[vlc-devel] [PATCH 12/19] contrib: libarchive: fix build on mingw32
Rémi Denis-Courmont
remi at remlab.net
Wed Jun 14 15:35:42 CEST 2017
On June 14, 2017 3:02:01 PM GMT+03:00, Steve Lhomme <robux4 at videolabs.io> wrote:
>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
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
Comment makes no sense to me??
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list