From: msweet Date: Fri, 11 Dec 2015 16:47:32 +0000 (+0000) Subject: Can't hide _httpWait. X-Git-Tag: v2.2b1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8935a80bd037f1b8027576d2cdd9f8397f62c224;p=thirdparty%2Fcups.git Can't hide _httpWait. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13010 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/Makefile b/cups/Makefile index 485b5671cf..bb360aa3bc 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -324,7 +324,7 @@ libcups.2.dylib: $(LIBOBJS) $(LIBCUPSORDER) echo Creating export list for $@... nm -gm $(LIBOBJS) 2>/dev/null | grep "__text" | grep -v weak | \ awk '{print $$NF}' | \ - grep -v -E -e '^(_cupsConnect|_cupsCharset|_cupsEncodingName|_cupsSetDefaults|_cupsSetHTTPError|_cupsUserDefault|_httpWait)$$' | \ + grep -v -E -e '^(_cupsConnect|_cupsCharset|_cupsEncodingName|_cupsSetDefaults|_cupsSetHTTPError|_cupsUserDefault)$$' | \ sort >t.exp echo Linking $@... $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \