added -fPIC for pd_linux to compile on amd64

svn path=/trunk/externals/iem/comport/; revision=5430
This commit is contained in:
IOhannes m zmölnig 2006-07-29 14:18:23 +00:00
parent 72a8a5a77e
commit b528364600

View file

@ -69,7 +69,7 @@ pd_linux: comport.pd_linux
.SUFFIXES: .pd_linux
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch