]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Forgot to remove GLIBC_PRIVATE in requires, too.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Nov 2010 12:00:43 +0000 (13:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Nov 2010 12:00:43 +0000 (13:00 +0100)
tools/functions-packager-find

index e12eeb790ff0d895086c55700ac508bcb552fb9d..7c2ec67ce92943abe0b5e369437a5d6f63857c1d 100644 (file)
@@ -210,5 +210,5 @@ function find_weak_symbols_requires() {
                        (START==2) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) {
                            print LIBNAME "(" $4 ")";
                        }'
-       done | sort -u
+       done | grep -v "GLIBC_PRIVATE" | sort -u
 }