aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sergi_ll@users.sourceforge.net>2008-07-10 16:13:54 +0000
committerN.N. <sergi_ll@users.sourceforge.net>2008-07-10 16:13:54 +0000
commit0fbfcdbc980a2898bcd73f95b24fb395e628eb50 (patch)
treef7e488ce643e929c71fb7bbecfd841c3f9964b6c
parentf5b8814c486a55b64986f498cf3378e5166b54ea (diff)
add -fPIC cflag
svn path=/trunk/externals/pmpd/; revision=10161
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index c213215..83e70be 100644
--- a/src/makefile
+++ b/src/makefile
@@ -61,7 +61,7 @@ pd_linux: pmpd.pd_linux mass.pd_linux link.pd_linux mass2D.pd_linux link2D.pd_li
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch