[vlc-commits] contrib: don't build the tests and doc for gnutls
Steve Lhomme
git at videolan.org
Wed Oct 21 19:10:12 CEST 2015
vlc/vlc-2.2 | branch: master | Steve Lhomme <robux4 at gmail.com> | Mon Sep 14 14:40:41 2015 +0200| [55ef14884908570bc24900d949d26754504bb496] | committer: Jean-Baptiste Kempf
contrib: don't build the tests and doc for gnutls
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit ce4010f25cc5f2ac53e77322d6e2b749506aa97b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=55ef14884908570bc24900d949d26754504bb496
---
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 6f1390b..3091070 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -47,6 +47,8 @@ GNUTLS_CONF := \
--disable-guile \
--disable-nls \
--without-libintl-prefix \
+ --disable-doc \
+ --disable-tests \
$(HOSTCONF)
DEPS_gnutls = nettle $(DEPS_nettle)
More information about the vlc-commits
mailing list