mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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:
parent
400f9e0972
commit
53758f34ef
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user