[vlc-commits] contribs: gettext: Ensure we use our libxml build

Hugo Beauzée-Luyssen git at videolan.org
Mon Sep 12 15:41:20 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Sep 12 15:39:09 2016 +0200| [c109d1530eeb31f261304ab960a9b5ff30b4f546] | committer: Hugo Beauzée-Luyssen

contribs: gettext: Ensure we use our libxml build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c109d1530eeb31f261304ab960a9b5ff30b4f546
---

 contrib/src/gettext/rules.mak | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/src/gettext/rules.mak b/contrib/src/gettext/rules.mak
index fe9a4a4..a5a8052 100644
--- a/contrib/src/gettext/rules.mak
+++ b/contrib/src/gettext/rules.mak
@@ -24,7 +24,8 @@ GETTEXT_CONF = \
 	--disable-relocatable \
 	--disable-java \
 	--disable-native-java \
-	--without-emacs
+	--without-emacs \
+	--without-included-libxml
 ifdef HAVE_WIN32
 GETTEXT_CONF += --disable-threads
 GETTEXT_CFLAGS += -DLIBXML_STATIC



More information about the vlc-commits mailing list