From: Michael Tremer Date: Mon, 13 Mar 2023 15:35:33 +0000 (+0000) Subject: jsoncpp: Disable building object failes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc484c6f639f75ff7af9dfb349455c133a51473a;p=people%2Fstevee%2Fipfire-3.x.git jsoncpp: Disable building object failes We do not need those and they fail the hardening check. Signed-off-by: Michael Tremer --- diff --git a/jsoncpp/jsoncpp.nm b/jsoncpp/jsoncpp.nm index 5ff2f5c28..a983c3cca 100644 --- a/jsoncpp/jsoncpp.nm +++ b/jsoncpp/jsoncpp.nm @@ -5,7 +5,7 @@ name = jsoncpp version = 1.9.5 -release = 1 +release = 2 groups = System/Libraries url = https://github.com/open-source-parsers/jsoncpp @@ -30,7 +30,10 @@ build end build - %{cmake} .. + %{cmake} .. \ + -DBUILD_OBJECT_LIBS:BOOL=OFF \ + -DBUILD_STATIC_LIBS:BOOL=OFF + make %{PARALLELISMFLAGS} end end