aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-03 08:23:15 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-03 08:23:15 +0000
commit9d0ebcc005d10bb0d8dfe80089e78570f4b13171 (patch)
tree6d27d971db86a85b4e85b2e4f21087202856c540
parentd16fac6fe2875fa3b603262e49c6e268e1e0e4ed (diff)
added "-fPIC" to compile under x86_64
svn path=/trunk/externals/iemlib/; revision=3475
-rw-r--r--src/iem_mp3/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem_mp3/makefile b/src/iem_mp3/makefile
index 30fe266..71abad5 100644
--- a/src/iem_mp3/makefile
+++ b/src/iem_mp3/makefile
@@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)