aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index fd41847..0a9f8b4 100755
--- a/configure
+++ b/configure
@@ -4411,19 +4411,19 @@ else
case $host in
*86*-linux*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2 -fPIC"
- LDFLAGS="-Wl,-export_dynamic -shared"
+ LDFLAGS="-Wl,--export-dynamic -shared"
pd_suffix=pd_linux
LIBS="-lc -lm"
;;
powerpc-*-linux*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1"
- LDFLAGS="-Wl,-export_dynamic -shared"
+ LDFLAGS="-Wl,--export-dynamic -shared"
pd_suffix=pd_linux
LIBS="-lc -lm"
;;
*-*-linux*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1"
- LDFLAGS="-Wl,-export_dynamic -shared"
+ LDFLAGS="-Wl,--export-dynamic -shared"
INCLUDES="$INCLUDES"
pd_suffix=pd_linux
LIBS="-L../../../pd/bin -lpd -lc -lm"
@@ -4433,7 +4433,7 @@ else
;;
*-*-cygwin*)
CFLAGS="$CFLAGS -mno-cygwin -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
- LDFLAGS="-Wl,-export_dynamic -shared"
+ LDFLAGS="-Wl,--export-dynamic -shared"
INCLUDES="$INCLUDES -I../../../pd/src"
pd_suffix=dll
LIBS="-lc -lm"
@@ -4453,7 +4453,7 @@ else
;;
*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1"
- LDFLAGS="-Wl,-export_dynamic -shared"
+ LDFLAGS="-Wl,--export-dynamic -shared"
pd_suffix=pd_linux
LIBS="-lc -lm"
;;