From 201a9e763213f555d6797d0c6cad26a533fa75a5 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Sat, 27 Oct 2012 13:58:28 +0000 Subject: creb: tabreadmix~ changes + build fixes + 32/64 bit fixes svn path=/trunk/externals/creb/; revision=16491 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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; -- cgit v1.2.1