[Erp5-report] r40612 luke - /erp5/trunk/buildout/software-profiles/gettext.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 24 17:43:56 CET 2010
Author: luke
Date: Wed Nov 24 17:43:56 2010
New Revision: 40612
URL: http://svn.erp5.org?rev=40612&view=rev
Log:
- pkgconfig is not used
- add libs to LDFLAGS to avoid seearching them in system lib location (avoids adding /usr/lib[64] to rpath automagically)
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=40612&r1=40611&r2=40612&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] Wed Nov 24 17:43:56 2010
@@ -14,6 +14,7 @@ configure-options =
--enable-shared
--disable-java
--disable-csharp
+ --with-libncurses-prefix=${ncurses:location}
--with-libxml2-prefix=${libxml2:location}
--with-included-gettext
--without-emacs
@@ -21,6 +22,5 @@ configure-options =
--disable-openmp
environment =
- 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
+ LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
More information about the Erp5-report
mailing list