aboutsummaryrefslogtreecommitdiff
path: root/iem_mp3
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-03-05 13:58:16 +0000
committermusil <tmusil@users.sourceforge.net>2008-03-05 13:58:16 +0000
commit7a1e7f92a6931b888ba6b5508e456646f5b273dd (patch)
tree257cc3cf9ee12905a6559757f31227f985759bf5 /iem_mp3
parent19bc19327058be879c2f2beb1e43f802bb8a9b16 (diff)
-fPIC in linux makefile
svn path=/trunk/externals/iemlib/; revision=9535
Diffstat (limited to 'iem_mp3')
-rw-r--r--iem_mp3/src/makefile_linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/iem_mp3/src/makefile_linux b/iem_mp3/src/makefile_linux
index 45d52b4..4fe23a4 100644
--- a/iem_mp3/src/makefile_linux
+++ b/iem_mp3/src/makefile_linux
@@ -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 -fno-strict-aliasing \
- -DDL_OPEN
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)