From: Michael Tremer Date: Thu, 11 Nov 2010 12:00:43 +0000 (+0100) Subject: naoki: Forgot to remove GLIBC_PRIVATE in requires, too. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ad4803fdd3790cf6e454e97d96416ae39a803a;p=ipfire-3.x.git naoki: Forgot to remove GLIBC_PRIVATE in requires, too. --- diff --git a/tools/functions-packager-find b/tools/functions-packager-find index e12eeb790..7c2ec67ce 100644 --- a/tools/functions-packager-find +++ b/tools/functions-packager-find @@ -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 }