[Erp5-report] r40569 kazuhiko - /erp5/trunk/buildout/software-profiles/gettext.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 23:29:57 CET 2010


Author: kazuhiko
Date: Tue Nov 23 23:29:57 2010
New Revision: 40569

URL: http://svn.erp5.org?rev=40569&view=rev
Log:
since gettext tries to find libxml2, we use our own libxml2 explicitly.

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=40569&r1=40568&r2=40569&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] Tue Nov 23 23:29:57 2010
@@ -1,6 +1,8 @@
 [buildout]
 parts =
   gettext
+extends =
+  ../software-profiles/libxml2.cfg
 
 [gettext]
 recipe = erp5.recipe.cmmisafe
@@ -10,4 +12,9 @@ configure-options =
   --enable-shared
   --disable-java
   --disable-csharp
+  --with-libxml2-prefix=${libxml2:location}
   --with-included-gettext
+  --without-emacs
+environment =
+  CFLAGS=-I${libxml2:location}/include
+  LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib




More information about the Erp5-report mailing list