Skip to content

Commit

Permalink
Avoid host libs when compiling gettext.
Browse files Browse the repository at this point in the history
On Travis, old libxml2 is picked up from host and breaks the build.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Dec 17, 2016
1 parent 400f9e0 commit 53758f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/build/companion_libs/330-gettext.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 53758f3

Please sign in to comment.