[vlc-devel] [PACTH 3.0 17/21] contrib: gnutls: don't build tools

Steve Lhomme robux4 at ycbcr.xyz
Mon Jun 22 09:02:57 CEST 2020


We only want the static library

(cherry picked from commit 2ddaceb6778ef061daa9a64b620e2c68cb319acc)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
 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 37d9491277..3b2b6618d7 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