[vlc-commits] contrib: gnutls: don't build tools

Steve Lhomme git at videolan.org
Fri May 29 08:45:40 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 28 09:30:59 2020 +0200| [2ddaceb6778ef061daa9a64b620e2c68cb319acc] | committer: Steve Lhomme

contrib: gnutls: don't build tools

We only want the static library

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ddaceb6778ef061daa9a64b620e2c68cb319acc
---

 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 3e3a020008..791ced1ee3 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 \



More information about the vlc-commits mailing list