diff options
-rw-r--r-- | autodeps/linux.req | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req index 6efa9900f..c0a0cc9d5 100644 --- a/autodeps/linux.req +++ b/autodeps/linux.req @@ -113,6 +113,7 @@ for f in $liblist $exelist ; do (START==2) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) { print LIBNAME "(" $4 ")'$lib64'"; } + /^[A-Za-z]/ { START=3; } ' done | sort -u |