X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcmake;h=dd0f626a9d69f8031d40e5213e77171708f3c85b;hb=483803413129ae3999d334b8972bb3daa71f0c9e;hp=ca02cb71654b394a4c566c22154dfb4130c7fb98;hpb=b389d73110b6584ff58ad6db570de046d1ed8fab;p=ipfire-2.x.git diff --git a/lfs/cmake b/lfs/cmake index ca02cb7165..dd0f626a9d 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.2 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 = d2d554c05fc07cfae7846d2aa205f12a 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