]> git.sesse.net Git - vlc/commitdiff
contribs: disable nls in gnutls
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 11 Jul 2013 18:21:27 +0000 (20:21 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 11 Jul 2013 18:22:52 +0000 (20:22 +0200)
contrib/src/gnutls/rules.mak

index cac14cb0ec11c98e3816ae4b7a69a0360719b39f..55e235f7059351950f31e6196dc2820842c2665b 100644 (file)
@@ -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)