[vlc-commits] tools: autoreconf protobuf as the 3.1.0 version is using an outdate automake

Steve Lhomme git at videolan.org
Wed May 16 15:53:30 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 15 15:46:41 2018 +0200| [0712a7d3ee12f195f9bf8ece657bfc1abcd425a6] | committer: Steve Lhomme

tools: autoreconf protobuf as the 3.1.0 version is using an outdate automake

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

 extras/tools/tools.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index d9b94aed79..dd2f662a83 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -302,6 +302,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.gz
 	$(MOVE)
 
 .protoc: protobuf
+	(cd $< && autoreconf -fiv)
 	(cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
 	(find $(PREFIX) -name 'protobuf*.pc' -exec rm -f {} \;)
 	touch $@



More information about the vlc-commits mailing list