aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-30 11:11:58 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-30 11:11:58 +0000
commit821a72e72e5b561ab6755a6cc05f4fd6755a278c (patch)
tree75b95fa0852471c50cec7a4dc4658bef4b5cc656 /externals/build/linux
parenta5405f625f97da0c1ecc58fa706b223e8f557954 (diff)
added fPIC
svn path=/trunk/; revision=804
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index d15633af..984546ba 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -9,7 +9,7 @@ all: $(EXTERNALS:.c=.pd_linux)
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -fPIC -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch