Revision: 9568 http://pure-data.svn.sourceforge.net/pure-data/?rev=9568&view=rev Author: eighthave Date: 2008-03-11 16:31:15 -0700 (Tue, 11 Mar 2008)
Log Message: ----------- added -fPIC and changed wildcard to support 64-bit builds on GNU/Linux
Modified Paths: -------------- trunk/externals/OSCx/configure trunk/externals/OSCx/configure.ac
Modified: trunk/externals/OSCx/configure =================================================================== --- trunk/externals/OSCx/configure 2008-03-11 23:00:31 UTC (rev 9567) +++ trunk/externals/OSCx/configure 2008-03-11 23:31:15 UTC (rev 9568) @@ -4409,8 +4409,8 @@ esac else case $host in - *86-*-linux*) - CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2" + *86*-linux*) + CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2 -fPIC" LDFLAGS="-Wl,-export_dynamic -shared" pd_suffix=pd_linux LIBS="-lc -lm"
Modified: trunk/externals/OSCx/configure.ac =================================================================== --- trunk/externals/OSCx/configure.ac 2008-03-11 23:00:31 UTC (rev 9567) +++ trunk/externals/OSCx/configure.ac 2008-03-11 23:31:15 UTC (rev 9568) @@ -77,8 +77,8 @@ esac else case $host in - *86-*-linux*) - CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2" + *86*-linux*) + CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2 -fPIC" LDFLAGS="-Wl,-export_dynamic -shared" dnl we could test for bad glibc here, but don't pd_suffix=pd_linux
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.