[vlc-commits] contrib: archive: Invoke autoreconf

Hugo Beauzée-Luyssen git at videolan.org
Thu Nov 9 23:05:29 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Nov  9 23:00:55 2017 +0100| [b594317b99b39268870e9e7fa6d15376d027a0b6] | committer: Hugo Beauzée-Luyssen

contrib: archive: Invoke autoreconf

This fixes build with automake 1.15.1

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

 contrib/src/libarchive/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/libarchive/rules.mak b/contrib/src/libarchive/rules.mak
index c719e170c0..aced4db253 100644
--- a/contrib/src/libarchive/rules.mak
+++ b/contrib/src/libarchive/rules.mak
@@ -29,6 +29,7 @@ endif
 	$(MOVE)
 
 .libarchive: libarchive
+	$(RECONF)
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
 		--disable-bsdcpio --disable-bsdtar --disable-bsdcat \
 		--without-nettle --without-cng \



More information about the vlc-commits mailing list