aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11b9326..2e6a1da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -265,7 +265,7 @@ else
;;
*-*-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-*)