|
From: <br...@us...> - 2009-07-05 03:06:57
|
Revision: 3951
http://openvrml.svn.sourceforge.net/openvrml/?rev=3951&view=rev
Author: braden
Date: 2009-07-05 03:06:55 +0000 (Sun, 05 Jul 2009)
Log Message:
-----------
Interpolation needs to happen for LDFLAGS.
Modified Paths:
--------------
branches/0.18/configure-gcc-opt
Modified: branches/0.18/configure-gcc-opt
===================================================================
--- branches/0.18/configure-gcc-opt 2009-07-04 08:24:37 UTC (rev 3950)
+++ branches/0.18/configure-gcc-opt 2009-07-05 03:06:55 UTC (rev 3951)
@@ -1,3 +1,3 @@
#!/bin/bash
-./$(dirname $0)/configure -C --prefix=$HOME --disable-static --enable-exception-specs=nothrow CXX='g++ -pipe' CPPFLAGS='-I$HOME/include -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -DNDEBUG' CXXFLAGS='-O3 -Wall -Wextra -Wno-missing-braces -Wno-unused-variable -fvisibility=hidden -fvisibility-inlines-hidden' LDFLAGS='-L$HOME/lib64 -L$HOME/lib' JAVA_HOME=/usr/lib/jvm/jre "$*"
+./$(dirname $0)/configure -C --prefix=$HOME --disable-static --enable-exception-specs=nothrow CXX='g++ -pipe' CPPFLAGS="-I$HOME/include -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -DNDEBUG" CXXFLAGS='-O3 -Wall -Wextra -Wno-missing-braces -Wno-unused-variable -fvisibility=hidden -fvisibility-inlines-hidden' LDFLAGS="-L$HOME/lib64 -L$HOME/lib" JAVA_HOME=/usr/lib/jvm/jre "$*"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|