From 4e1db7bb30e1eef33adfc30a010f52fdd87876cc Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 15 Apr 2022 11:49:21 +0200 Subject: json-c: bump to 0.16 --- extra/json-c/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/json-c/build') diff --git a/extra/json-c/build b/extra/json-c/build index 7f4f480b..53100c34 100755 --- a/extra/json-c/build +++ b/extra/json-c/build @@ -6,7 +6,10 @@ cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF + -DDISABLE_WERROR=ON \ + -DDISABLE_EXTRA_LIBS=ON \ + -DBUILD_TESTING=OFF \ + -Wno-dev cmake --build build cmake --install build -- cgit v1.2.3