[vlc-commits] contrib: gnutls: don't build tools
Steve Lhomme
git at videolan.org
Fri Jun 26 12:35:00 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 28 09:30:59 2020 +0200| [f02dc5029c166f1edab87efb165147e1e97f3468] | committer: Steve Lhomme
contrib: gnutls: don't build tools
We only want the static library
(cherry picked from commit 2ddaceb6778ef061daa9a64b620e2c68cb319acc)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f02dc5029c166f1edab87efb165147e1e97f3468
---
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 \
More information about the vlc-commits
mailing list