[vlc-commits] extras/tools: build local cmake without openssl and no qt gui

Steve Lhomme git at videolan.org
Thu Jun 18 13:10:22 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 23 12:11:09 2020 +0100| [0a9530077a2f3149bb92bf39679c27b506b98ddd] | committer: Steve Lhomme

extras/tools: build local cmake without openssl and no qt gui

(cherry picked from commit 20e24acdfaa8374cca166bcd98ade2b3d748baa5)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 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 5c556c3106..26f7ac9a89 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -97,7 +97,7 @@ cmake: cmake-$(CMAKE_VERSION).tar.gz
 	$(MOVE)
 
 .buildcmake: cmake
-	(cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) && $(MAKE) && $(MAKE) install)
+	(cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) --no-qt-gui -- -DCMAKE_USE_OPENSSL:BOOL=OFF && $(MAKE) && $(MAKE) install)
 	touch $@
 
 CLEAN_FILE += .buildcmake



More information about the vlc-commits mailing list