Avoid host libs when compiling gettext.

On Travis, old libxml2 is picked up from host and breaks the build.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2016-12-17 00:12:34 -08:00
parent 400f9e0972
commit 53758f34ef

View File

@ -118,6 +118,14 @@ do_gettext_backend() {
--disable-csharp \
--without-emacs \
--disable-openmp \
--with-included-libxml \
--with-included-gettext \
--with-included-glib \
--with-included-libcroco \
--with-included-libunistring \
--with-libncurses-prefix="${prefix}" \
--with-libiconv-prefix="${prefix}" \
--without-libpth-prefix \
"${extra_config[@]}"
CT_DoLog EXTRA "Building gettext"