changeset 201:ae2225b96ae1

Add "-undefined dynamic_lookup" to Pd LDFLAGS
author Jamie Bullock <jamie@jamiebullock.com>
date Sun, 23 Feb 2014 21:32:14 +0000
parents bd2db29d33f3
children 5176462e2797 5ca682ce3392
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Feb 23 21:31:22 2014 +0000
+++ b/configure.ac	Sun Feb 23 21:32:14 2014 +0000
@@ -265,7 +265,7 @@
         ;;
         *-*-linux*)
             PD_CFLAGS+=" -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -fPIC"
-            PD_LDFLAGS+=" -shared -export_dynamic"
+            PD_LDFLAGS+=" -shared -export_dynamic -undefined dynamic_lookup"
             PD_SUFFIX=pd_linux
         ;;
         sparc-sun-*)