[vlc-devel] [3.0 PATCH v2 06/20] tools: fix libtool bootstapping on macOS

Steve Lhomme robux4 at ycbcr.xyz
Thu Apr 2 13:38:04 CEST 2020


From: Felix Paul Kühne <felix at feepk.net>

(cherry picked from commit c2acdb2d4d5b9267c65fd81285f842a2f8712358)
---
 extras/tools/tools.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 1b734a1df48..59cfad44e19 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -106,7 +106,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
 	$(APPLY) libtool-2.4.6-san.patch
 	$(APPLY) libtool-2.4.6-clang-libs.patch
 	$(APPLY) libtool-2.4.6-response-files.patch
-	(cd $(UNPACK_DIR) && autoreconf)
+	(cd $(UNPACK_DIR) && autoreconf -fv)
 	$(MOVE)
 
 .libtool: libtool .automake
-- 
2.17.1



More information about the vlc-devel mailing list