diff options
author | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:58:52 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:58:52 +0000 |
commit | 827ff372d9ec5e334746377f3010d1dd638610b1 (patch) | |
tree | 5a01d2f6426e460233e1339d63dc02032c718341 /iem_t3_lib | |
parent | 7a1e7f92a6931b888ba6b5508e456646f5b273dd (diff) |
-fPIC in linux makefile
svn path=/trunk/externals/iemlib/; revision=9536
Diffstat (limited to 'iem_t3_lib')
-rw-r--r-- | iem_t3_lib/src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iem_t3_lib/src/makefile_linux b/iem_t3_lib/src/makefile_linux index 89d69e3..aac7826 100644 --- a/iem_t3_lib/src/makefile_linux +++ b/iem_t3_lib/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) |