[vlc-devel] [PATCH 2/7] contrib: don't build the tests and doc for gnutls

Steve Lhomme robux4 at gmail.com
Mon Sep 14 14:40:41 CEST 2015


---
 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 ccb7ae1..2ebce7e 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -50,6 +50,8 @@ GNUTLS_CONF := \
 	--disable-guile \
 	--disable-nls \
 	--without-libintl-prefix \
+	--disable-doc \
+	--disable-tests \
 	$(HOSTCONF)
 
 DEPS_gnutls = nettle $(DEPS_nettle)
-- 
2.5.1



More information about the vlc-devel mailing list