]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
jsoncpp: Update to 1.9.5
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jan 2023 13:41:07 +0000 (13:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jan 2023 13:41:07 +0000 (13:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
jsoncpp/jsoncpp.nm

index 933bd70d96b17614f1331236c92790c94ee97358..5ff2f5c28e7c1e2f487cc7dc4cced73f97466f54 100644 (file)
@@ -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