Commit 47946b44 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

since gettext tries to find libxml2, we use our own libxml2 explicitly.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78c6dbd4
[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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment