[vlc-devel] [PATCH 2/4] contrib: gnutls: don't build tools

Steve Lhomme robux4 at ycbcr.xyz
Thu May 28 09:35:29 CEST 2020


We only want the static library
---
 contrib/src/gnutls/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 3e3a020008ad..791ced1ee3ac 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -45,6 +45,7 @@ GNUTLS_CONF := \
 	--disable-nls \
 	--without-libintl-prefix \
 	--disable-doc \
+	--disable-tools \
 	--disable-tests \
 	--with-included-libtasn1 \
 	--with-included-unistring \
-- 
2.26.2



More information about the vlc-devel mailing list