[vlc-commits] extras/tools: build local cmake without curl or qt gui
Steve Lhomme
git at videolan.org
Thu Jan 23 12:13:22 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 23 12:11:09 2020 +0100| [20f3a2d031fd4ece11ff438f3569169104fd3a64] | committer: Steve Lhomme
extras/tools: build local cmake without curl or qt gui
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20f3a2d031fd4ece11ff438f3569169104fd3a64
---
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 c66bd5433d..cc81b7cb36 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -96,7 +96,7 @@ cmake: cmake-$(CMAKE_VERSION).tar.gz
$(MOVE)
.buildcmake: cmake
- (cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) && $(MAKE) && $(MAKE) install)
+ (cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) --no-system-curl --no-qt-gui && $(MAKE) && $(MAKE) install)
touch $@
CLEAN_FILE += .buildcmake
More information about the vlc-commits
mailing list