auto-buildrequires-preload: Use libc.so name from GNU headers
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 17 May 2016 13:50:27 +0000 (15:50 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2016 14:14:20 +0000 (15:14 +0100)
commita342db7026068baee2a52afa0ca98431b49918ec
treea9a500669090ab1aacc4c39e2b7d19959c8c610c
parentf02ebe1add462b22a8b1d0f7c94dd5628aa40532
auto-buildrequires-preload: Use libc.so name from GNU headers

There's this header file gnu/lib-names.h which contains
stringified versions of library names such as:

  #define LIBC_SO "libc.so.6"

Advantage of using that is whenever there's a soname bump we
don't have to care about that and bare rebuild just works (TM).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
auto-buildrequires-preload.c