aboutsummaryrefslogtreecommitdiff
path: root/src/iem_t3_lib/makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-03 08:24:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-03 08:24:03 +0000
commita36d3c23c9afa9afa53565d476ce79249bea4144 (patch)
tree1a9b143a22e25ebd7015fdab61f653bdbbbea461 /src/iem_t3_lib/makefile
parent9d0ebcc005d10bb0d8dfe80089e78570f4b13171 (diff)
added "-fPIC" to make it compile under x86_64
svn path=/trunk/externals/iemlib/; revision=3476
Diffstat (limited to 'src/iem_t3_lib/makefile')
-rw-r--r--src/iem_t3_lib/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem_t3_lib/makefile b/src/iem_t3_lib/makefile
index 22aaaf9..f9da63f 100644
--- a/src/iem_t3_lib/makefile
+++ b/src/iem_t3_lib/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)