X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcmake;h=e5977b97196efe16182ba2ca80672fc7e2a5c50a;hp=ca02cb71654b394a4c566c22154dfb4130c7fb98;hb=6f18c08a3d78554e78bb7ee57ce6e22f8fdb0c76;hpb=ba5dccd0081de56edc7218239f2266243baf3c51 diff --git a/lfs/cmake b/lfs/cmake index ca02cb7165..e5977b9719 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2017 IPFire Team # +# Copyright (C) 2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.8.1 +VER = 3.11.1 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e8ef820ddf7a650845252bca846696e7 +$(DL_FILE)_MD5 = 12a3177477e4e2c7bc514193d421dafe install : $(TARGET) @@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --mandir=/share/man \ --no-system-jsoncpp \ --no-system-librhash \ + --no-system-libuv \ --docdir=/share/doc/cmake cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install