diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-02-23 21:32:14 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-02-23 21:32:23 +0000 |
commit | ba43f60b2d0445b2739e54beb0c1813f3ac00345 (patch) | |
tree | c8ede1d897ec8ae0810eb28d2d74e869958d881c /configure.ac | |
parent | 68438bf7197649eca1f7dca33e7a20bbba1bbc59 (diff) | |
download | LibXtract-ba43f60b2d0445b2739e54beb0c1813f3ac00345.tar.gz LibXtract-ba43f60b2d0445b2739e54beb0c1813f3ac00345.tar.bz2 LibXtract-ba43f60b2d0445b2739e54beb0c1813f3ac00345.zip |
Add "-undefined dynamic_lookup" to Pd LDFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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-*) |