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