aboutsummaryrefslogtreecommitdiff
path: root/src/iem_mp3
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_mp3')
-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)