Revision: 10158 http://pure-data.svn.sourceforge.net/pure-data/?rev=10158&view=rev Author: sergi_ll Date: 2008-07-10 08:41:39 -0700 (Thu, 10 Jul 2008)
Log Message: ----------- add -fPIC cflag
Modified Paths: -------------- trunk/externals/gem2pdp/Makefile.in
Modified: trunk/externals/gem2pdp/Makefile.in =================================================================== --- trunk/externals/gem2pdp/Makefile.in 2008-07-10 15:39:05 UTC (rev 10157) +++ trunk/externals/gem2pdp/Makefile.in 2008-07-10 15:41:39 UTC (rev 10158) @@ -13,7 +13,7 @@ # build flags
INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src -CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ +CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ -DGEM2PDP_VERSION="$(GEM2PDP_VERSION)" -g @CFLAGS@ PDP_PIDIP_CFLAGS = -O
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.