diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-09-03 08:21:17 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-09-03 08:21:17 +0000 |
commit | d16fac6fe2875fa3b603262e49c6e268e1e0e4ed (patch) | |
tree | 3d7077db23486a01b9f832c2cb83590c21f92c2c /src/iemlib1 | |
parent | c07d996ccf100c49b4da8b03c2f3382eaf2025d4 (diff) |
added "-fPIC" to the CFLAGS, since x86_64 needs this
svn path=/trunk/externals/iemlib/; revision=3474
Diffstat (limited to 'src/iemlib1')
-rw-r--r-- | src/iemlib1/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemlib1/makefile b/src/iemlib1/makefile index 8be2976..6bc4b59 100644 --- a/src/iemlib1/makefile +++ b/src/iemlib1/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) |