Revision: 10157 http://pure-data.svn.sourceforge.net/pure-data/?rev=10157&view=rev Author: sergi_ll Date: 2008-07-10 08:39:05 -0700 (Thu, 10 Jul 2008)
Log Message: ----------- add -fPIC cflag
Modified Paths: -------------- trunk/externals/pidip/Makefile.in
Modified: trunk/externals/pidip/Makefile.in =================================================================== --- trunk/externals/pidip/Makefile.in 2008-07-10 15:34:58 UTC (rev 10156) +++ trunk/externals/pidip/Makefile.in 2008-07-10 15:39:05 UTC (rev 10157) @@ -16,7 +16,7 @@
PDP_PIDIP_CFLAGS = $(MPEG4IP_CFLAGS) $(IMLIB_CFLAGS) \ -DPD -DX_DISPLAY_MISSING -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wstrict-prototypes \ + -fPIC -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch \ -DPDP_PIDIP_VERSION="$(PDP_PIDIP_VERSION)" -g
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.