summaryrefslogtreecommitdiff
path: root/packaging/cmake.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/cmake.spec')
-rw-r--r--packaging/cmake.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/cmake.spec b/packaging/cmake.spec
index 9d63dd5ac..13b0c0a0a 100644
--- a/packaging/cmake.spec
+++ b/packaging/cmake.spec
@@ -1,5 +1,5 @@
Name: cmake
-Version: 2.8.12.2
+Version: 3.9.4
Release: 0
License: BSD-3-Clause
Summary: Cross-platform make system
@@ -41,7 +41,11 @@ export CFLAGS="$CXXFLAGS"
--system-libs \
--parallel=0%jobs \
--no-qt-gui \
- --no-system-curl
+ --no-system-curl \
+ --no-system-jsoncpp \
+ --no-system-librhash \
+ --no-system-libuv \
+ --no-system-form
%__make VERBOSE=1 %{?_smp_mflags}
%install