summaryrefslogtreecommitdiff
path: root/ppdc/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-11-06 16:21:36 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-11-06 16:21:36 +0000
commite0a0bd781b5542c73d9d8bb6c0986e1b5fda75c6 (patch)
tree908ff5f030b8d308777a62a3a73ca6e7ec0ec3be /ppdc/Makefile
parentdb3b30894c54178ab60544622e259c49193d897b (diff)
downloadcups-e0a0bd781b5542c73d9d8bb6c0986e1b5fda75c6.tar.gz
Don't export weak symbols.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12957 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/Makefile')
-rw-r--r--ppdc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppdc/Makefile b/ppdc/Makefile
index 2656f4c8d..ab54fba55 100644
--- a/ppdc/Makefile
+++ b/ppdc/Makefile
@@ -347,7 +347,7 @@ libcupsppdc.so.1: $(LIBOBJS) ../cups/$(LIBCUPS)
libcupsppdc.1.dylib: $(LIBOBJS) ../cups/$(LIBCUPS)
echo Creating export list for $@...
- nm $(LIBOBJS) | grep "T __" | awk '{print $$3}' | sort >t.exp
+ nm $(LIBOBJS) | grep "T __" | grep -v weak | awk '{print $$3}' | sort >t.exp
echo Linking $@...
$(DSOXX) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \
-install_name $(libdir)/$@ \