[PD-cvs] SF.net SVN: pure-data: [10161] trunk/externals/pmpd/src/makefile

sergi_ll at users.sourceforge.net sergi_ll at users.sourceforge.net
Thu Jul 10 18:13:54 CEST 2008


Revision: 10161
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10161&view=rev
Author:   sergi_ll
Date:     2008-07-10 09:13:54 -0700 (Thu, 10 Jul 2008)

Log Message:
-----------
add -fPIC cflag

Modified Paths:
--------------
    trunk/externals/pmpd/src/makefile

Modified: trunk/externals/pmpd/src/makefile
===================================================================
--- trunk/externals/pmpd/src/makefile	2008-07-10 15:43:49 UTC (rev 10160)
+++ trunk/externals/pmpd/src/makefile	2008-07-10 16:13:54 UTC (rev 10161)
@@ -61,7 +61,7 @@
 
 .SUFFIXES: .pd_linux
 
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
+LINUXCFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer \
     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
     -Wno-unused -Wno-parentheses -Wno-switch
 


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