[vlc-commits] contribs: disable nls in gnutls

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


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

contribs: disable nls in gnutls

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

 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