diff options
author | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:57:44 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:57:44 +0000 |
commit | 19bc19327058be879c2f2beb1e43f802bb8a9b16 (patch) | |
tree | e6948d73ed238293885d91863c8c85a25b51acb4 /iemlib2/src/makefile_linux | |
parent | 16d6e00d809c28e3597ad1085d12809e2d0f8d89 (diff) |
-fPIC in linux makefile
svn path=/trunk/externals/iemlib/; revision=9534
Diffstat (limited to 'iemlib2/src/makefile_linux')
-rw-r--r-- | iemlib2/src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iemlib2/src/makefile_linux b/iemlib2/src/makefile_linux index 0c6aef3..8913081 100644 --- a/iemlib2/src/makefile_linux +++ b/iemlib2/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) |