aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2012-10-27 13:58:28 +0000
committerTom Schouten <doelie@users.sourceforge.net>2012-10-27 13:58:28 +0000
commit201a9e763213f555d6797d0c6cad26a533fa75a5 (patch)
tree2fb38504fe5c029d731f23d35c8db95a553d7c8e /configure.ac
parent99c67991f9a3c49485bc40b05f8ce85ecd838da5 (diff)
creb: tabreadmix~ changes + build fixes + 32/64 bit fixes
svn path=/trunk/externals/creb/; revision=16491
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 c3b788d..1a358a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ if test $ARCH == Linux;
then
PD_INCLUDE_DIR=$prefix/pd/src
LIBNAME=creb.pd_linux
- LIBFLAGS="-export_dynamic -shared"
+ LIBFLAGS="-rdynamic -shared"
echo "Linux"
elif test $ARCH == Darwin;