[vlc-commits] contribs: disable nls in gnutls

Felix Paul Kühne git at videolan.org
Thu Jul 11 20:24:32 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jul 11 20:21:27 2013 +0200| [3ffb9c2988392810c5588c697d0657540dad7344] | committer: Felix Paul Kühne

contribs: disable nls in gnutls

(cherry picked from commit 0641a2ffa5c258e9af47f393439ec3ee52ad8e01)

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

 contrib/src/gnutls/rules.mak |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index cac14cb..55e235f 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -38,6 +38,8 @@ GNUTLS_CONF := \
 	--disable-openpgp-authentication \
 	--disable-openssl-compatibility \
 	--disable-guile \
+	--disable-nls \
+	--without-libintl-prefix \
 	$(HOSTCONF)
 
 DEPS_gnutls = nettle $(DEPS_nettle)



More information about the vlc-commits mailing list