[Erp5-report] r40608 luke - /erp5/trunk/buildout/software-profiles/gettext.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 24 17:19:29 CET 2010
Author: luke
Date: Wed Nov 24 17:19:28 2010
New Revision: 40608
URL: http://svn.erp5.org?rev=40608&view=rev
Log:
- disable not needed features
- compile and link against locally available libraries
Modified:
erp5/trunk/buildout/software-profiles/gettext.cfg
Modified: erp5/trunk/buildout/software-profiles/gettext.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gettext.cfg?rev=40608&r1=40607&r2=40608&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] Wed Nov 24 17:19:28 2010
@@ -2,7 +2,9 @@
parts =
gettext
extends =
+ ../software-profiles/ncurses.cfg
../software-profiles/libxml2.cfg
+ ../software-profiles/zlib.cfg
[gettext]
recipe = erp5.recipe.cmmisafe
@@ -15,6 +17,10 @@ configure-options =
--with-libxml2-prefix=${libxml2:location}
--with-included-gettext
--without-emacs
+ --disable-acl
+ --disable-openmp
+
environment =
- CFLAGS=-I${libxml2:location}/include
- LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib
+ PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
+ CFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
+ LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
More information about the Erp5-report
mailing list