From 9eb3c3fbfe6ebe203bad5e6b9cda395dd4917f2c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 17 Mar 2010 22:41:15 +0000 Subject: fixed export dynamic flag to work properly and not give a warning about the 'xport_dynamic' symbol svn path=/trunk/externals/pidip/; revision=13222 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a0bda6d..9b5af14 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ pidip.pd_darwin: pdp_pidip_all pidip.pd_linux: pdp_pidip_all rm -f pidip.pd_linux - g++ -export_dynamic -shared -o pidip.pd_linux modules/*.o system/*.o $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(DC1394_LIBS) + g++ -Wl,--export-dynamic -shared -o pidip.pd_linux modules/*.o system/*.o $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(DC1394_LIBS) strip --strip-unneeded pidip.pd_linux clean: -- cgit v1.2.1