X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=auto-br-analyze.pl.in;h=7e621170c9b5834f885caafc050ab6fcfebf4fac;hb=1995154649a9897f7deea915e5a822197907552a;hp=7aa7e6145bd8f3f11e346195492d5f43c87940cd;hpb=e4bea38d3c0bb10ee187a43ff71b54ab6770940a;p=autobuildrequires.git diff --git a/auto-br-analyze.pl.in b/auto-br-analyze.pl.in index 7aa7e61..7e62117 100755 --- a/auto-br-analyze.pl.in +++ b/auto-br-analyze.pl.in @@ -44,6 +44,10 @@ while () { next unless defined $dev; next if $homedir && $file =~ /^$homedir/; + # ./configure opens every file in /etc/ld.so.conf, pulling + # in lots of false dependencies. + next if $file =~ m{^/etc/ld\.so\.conf\.d/.*\.conf$}; + $files{$file} = 1; } }