aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ff271ad..fd41847 100755
--- a/configure
+++ b/configure
@@ -4409,8 +4409,8 @@ if test -z "$GCC"; then
esac
else
case $host in
- *86-*-linux*)
- CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2"
+ *86*-linux*)
+ CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2 -fPIC"
LDFLAGS="-Wl,-export_dynamic -shared"
pd_suffix=pd_linux
LIBS="-lc -lm"