aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2008-07-11 14:45:51 +0000
committerN.N. <sevyves@users.sourceforge.net>2008-07-11 14:45:51 +0000
commit1b0a41ace234658092bfbb4d4588fe4ee2bbb342 (patch)
treeaabaf5d43f07695f358b17247009d6aee62f326a
parent2af33604d0ceeb282ef4c48c2512516c0c37233a (diff)
added fPIC flag
svn path=/trunk/externals/unauthorized/; revision=10162
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d995e74..5691717 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ SGICFLAGS6 = -n32 -DPD -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \
pd_linux: $(TARGETS)
LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wno-shadow -Wstrict-prototypes -g \
+ -fPIC -Wall -W -Wno-shadow -Wstrict-prototypes -g \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I../../src -I../../pd/src