[PD-cvs] SF.net SVN: pure-data: [10159] trunk/externals/pdp_opencv/Makefile

sergi_ll at users.sourceforge.net sergi_ll at users.sourceforge.net
Thu Jul 10 17:42:52 CEST 2008


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.




More information about the Pd-cvs mailing list