From 0b6fa4c21edc6bcf17dc0e875d15b3744f662800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 15 Jan 2007 12:54:14 +0000 Subject: Auto-detect binary files that Requires: rtld(GNU_HASH) --- configure.ac | 2 +- find-requires.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80a0a87..aea77b2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.33, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.34, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR diff --git a/find-requires.in b/find-requires.in index 80e9d7c..ffb23ed 100755 --- a/find-requires.in +++ b/find-requires.in @@ -142,6 +142,9 @@ for f in $liblist $exelist ; do print $2 ; } } + (START==1) && /GNU_HASH/ { + print "rtld(GNU_HASH)"; + } /^Version References:$/ { START=2; } (START==2) && /required from/ { sub(/:/, "", $3); -- cgit v1.2.1