# HG changeset patch # User Jamie Bullock # Date 1393191134 0 # Node ID ae2225b96ae16649c10315ac8ebfa7e81f59050a # Parent bd2db29d33f3dc0a676212026a75e712f9df6ee3 Add "-undefined dynamic_lookup" to Pd LDFLAGS diff -r bd2db29d33f3 -r ae2225b96ae1 configure.ac --- 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-*)