[vlc-commits] contrib: don't build the tests and doc for gnutls
Steve Lhomme
git at videolan.org
Mon Sep 14 16:30:07 CEST 2015
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Mon Sep 14 14:40:41 2015 +0200| [ce4010f25cc5f2ac53e77322d6e2b749506aa97b] | committer: Jean-Baptiste Kempf
contrib: don't build the tests and doc for gnutls
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce4010f25cc5f2ac53e77322d6e2b749506aa97b
---
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 5bd49b6..cd8626d 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