[vlc-devel] [PATCH 12/19] contrib: libarchive: fix build on mingw32
Steve Lhomme
robux4 at videolabs.io
Wed Jun 14 14:02:01 CEST 2017
there's no reason to build with gnutls anyway
---
contrib/src/libarchive/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/libarchive/rules.mak b/contrib/src/libarchive/rules.mak
index e2c309f0cf..2ef1a240c8 100644
--- a/contrib/src/libarchive/rules.mak
+++ b/contrib/src/libarchive/rules.mak
@@ -29,7 +29,7 @@ endif
.libarchive: libarchive
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
--disable-bsdcpio --disable-bsdtar --disable-bsdcat \
- --without-nettle \
+ --without-nettle --without-openssl \
--without-xml2 --without-lzmadec --without-iconv --without-expat
cd $< && $(MAKE) install
touch $@
--
2.12.1
More information about the vlc-devel
mailing list