From 61c1880c0f0e4c7da7d5016212d8d055e490ca44 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 19 Jan 2023 13:41:07 +0000 Subject: [PATCH] jsoncpp: Update to 1.9.5 Signed-off-by: Michael Tremer --- jsoncpp/jsoncpp.nm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jsoncpp/jsoncpp.nm b/jsoncpp/jsoncpp.nm index 933bd70d9..5ff2f5c28 100644 --- a/jsoncpp/jsoncpp.nm +++ b/jsoncpp/jsoncpp.nm @@ -4,7 +4,7 @@ ############################################################################### name = jsoncpp -version = 1.7.2 +version = 1.9.5 release = 1 groups = System/Libraries @@ -23,12 +23,14 @@ end source_dl = https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/ build + BUILD_DIR = build + requires cmake end build - CMAKE_CXX_FLAGS="-Wno-error" %{cmake} . + %{cmake} .. make %{PARALLELISMFLAGS} end end -- 2.39.2