aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSean Enderby <sean.enderby@gmail.com>2014-02-24 13:43:13 +0000
committerSean Enderby <sean.enderby@gmail.com>2014-02-24 13:43:13 +0000
commitf0e868fcf448ca3b546d318ff59f6dab12156279 (patch)
tree862b878c39e6acbb00fe1fb24ebcf086bce1493c /configure.ac
parente4ec6cf645cde04c282c138eaf1ed5856d5db3b3 (diff)
parentba43f60b2d0445b2739e54beb0c1813f3ac00345 (diff)
downloadLibXtract-f0e868fcf448ca3b546d318ff59f6dab12156279.tar.gz
LibXtract-f0e868fcf448ca3b546d318ff59f6dab12156279.tar.bz2
LibXtract-f0e868fcf448ca3b546d318ff59f6dab12156279.zip
Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Diffstat (limited to 'configure.ac')
-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-*)