[vlc-commits] Contribs: update libarchive arguments

Jean-Baptiste Kempf git at videolan.org
Sun Jul 2 10:26:23 CEST 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul  2 10:26:08 2017 +0200| [96640e9012e78d25bac1125d9143f2fccbbb22cf] | committer: Jean-Baptiste Kempf

Contribs: update libarchive arguments

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

 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 4082bfc0cc..33af57d021 100644
--- a/contrib/src/libarchive/rules.mak
+++ b/contrib/src/libarchive/rules.mak
@@ -31,6 +31,6 @@ endif
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
 		--disable-bsdcpio --disable-bsdtar --disable-bsdcat \
 		--without-nettle \
-		--without-xml2 --without-lzmadec --without-iconv --without-expat
+		--without-xml2 --without-lzma --without-iconv --without-expat
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list