[vlc-commits] Contribs: use included libtasn1 for gnutls
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 3 20:26:09 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 3 20:24:10 2016 +0200| [f8e2bd54348dd7c501b71c8ca9b34452e5e8b965] | committer: Jean-Baptiste Kempf
Contribs: use included libtasn1 for gnutls
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f8e2bd54348dd7c501b71c8ca9b34452e5e8b965
---
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 912f508..4b61bd6 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -54,6 +54,7 @@ GNUTLS_CONF := \
--without-libintl-prefix \
--disable-doc \
--disable-tests \
+ --with-included-libtasn1 \
$(HOSTCONF)
GNUTLS_ENV := $(HOSTVARS)
More information about the vlc-commits
mailing list