From a823ca9e5aa918ce6f137de530c53fe4d0d28e80 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jan 29 2008 17:55:00 +0000 Subject: also look for ld64.so --- diff --git a/abicheck-1.2-ldlinux.patch b/abicheck-1.2-ldlinux.patch index 10b0e53..711d29c 100644 --- a/abicheck-1.2-ldlinux.patch +++ b/abicheck-1.2-ldlinux.patch @@ -30,7 +30,7 @@ diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl + my $ldlinux = ''; + open(DLFIND,"ldd $file0 |") or die "open: ldd: $!"; + while () { -+ /(ld(-linux)*.so.\d+)/ and /(\S+)/ and $ldlinux = $1; ++ /(ld(-linux|64)*.so.\d+)/ and /(\S+)/ and $ldlinux = $1; + } + close(DLFIND); + if ( $ldlinux =~ /^$/ ) { diff --git a/abicheck.spec b/abicheck.spec index 9d35bc2..d426b37 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -64,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Jan 29 2008 Michael Schwendt - 1.2-16 +- Make ldlinux patch also look for ld64.so - Remove unbound_match patch. Not needed in F-9 devel. - Move fortify-source into separate dbfile in docdir.