[Erp5-report] r41887 kazuhiko - /erp5/trunk/buildout/software-profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 30 17:49:29 CET 2010
Author: kazuhiko
Date: Thu Dec 30 17:49:29 2010
New Revision: 41887
URL: http://svn.erp5.org?rev=41887&view=rev
Log:
use CPPFLAGS instead of CFLAGS and CXXFLAGS for specifying header locations.
Modified:
erp5/trunk/buildout/software-profiles/mroonga.cfg
erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
Modified: erp5/trunk/buildout/software-profiles/mroonga.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mroonga.cfg?rev=41887&r1=41886&r2=41887&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mroonga.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mroonga.cfg [utf8] Thu Dec 30 17:49:29 2010
@@ -25,7 +25,6 @@ configure-options =
--with-mysql-config=${mysql-5.1:location}/bin/mysql_config
environment =
PATH=${groonga:location}/bin:${pkgconfig:location}/bin:%(PATH)s
- CFLAGS=-I${groonga:location}/include/groonga
- CXXFLAGS=-I${groonga:location}/include/groonga
+ CPPFLAGS=-I${groonga:location}/include/groonga
LDFLAGS=-L${groonga:location}/lib
PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig
Modified: erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg?rev=41887&r1=41886&r2=41887&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] Thu Dec 30 17:49:29 2010
@@ -78,7 +78,6 @@ patches =
${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
${mysql-5.0-sphinx-patch:location}/${mysql-5.0-sphinx-patch:filename}
environment =
- PATH =${senna:location}/bin:${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
- CFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include -I${readline:location}/include
- CXXFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include -I${readline:location}/include
- LDFLAGS =-L${senna:location}/lib -L${readline:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline:location}/lib
+ PATH=${senna:location}/bin:${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
+ CPPFLAGS=-I${senna:location}/include/senna -I${ncurses:location}/include -I${readline:location}/include
+ LDFLAGS=-L${senna:location}/lib -L${readline:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline:location}/lib
More information about the Erp5-report
mailing list