From 6ca6d0c8e14c816485b954f2c636b8ea9500ec1b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Jul 2012 17:01:52 +0000 Subject: drop automatically generated rtld(GNU_HASH) dependencies, it's been provided by glibc for five years now and can safely be assumed that there's no longer any need for it, reducing ~5K packages' dependency on it during next rebuild. (Per Oyvind, mdv) --- find-requires.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index 751e8b1..b3a2b5f 100755 --- a/find-requires.in +++ b/find-requires.in @@ -157,9 +157,6 @@ 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