[vlc-commits] Revert "contrib: gnutls: use RECONF"

David Fuhrmann git at videolan.org
Thu May 23 08:58:42 CEST 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 23 08:51:32 2019 +0200| [f9a2702859a93f887016e37c2bc323f709a8e5b5] | committer: David Fuhrmann

Revert "contrib: gnutls: use RECONF"

As discussed on IRC, this breaks winRT and macOS builds.
Konstantin agreed to the revert.
This reverts commit e77178802019763fd82f755fe8a1bdd88ac08de9.

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

 contrib/src/gnutls/rules.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 62e90f1c7a..0a3c0b55d9 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -76,7 +76,6 @@ ifdef HAVE_NACL
 endif
 
 .gnutls: gnutls
-	$(RECONF)
 	cd $< && $(GNUTLS_ENV) ./configure $(GNUTLS_CONF)
 	cd $< && $(MAKE) -C gl install
 	cd $< && $(MAKE) -C lib install



More information about the vlc-commits mailing list