aboutsummaryrefslogtreecommitdiff
path: root/extra/json-c/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-04-15 11:49:21 +0200
committerCem Keylan <cem@ckyln.com>2022-04-15 11:49:21 +0200
commit4e1db7bb30e1eef33adfc30a010f52fdd87876cc (patch)
treee4d4829596ff6c75cd9d35d84db8ba2ee4da9127 /extra/json-c/build
parent7993dd2f5817906ce52a7e8735d1fd405a51ee92 (diff)
downloadrepository-4e1db7bb30e1eef33adfc30a010f52fdd87876cc.tar.gz
json-c: bump to 0.16
Diffstat (limited to 'extra/json-c/build')
-rwxr-xr-xextra/json-c/build5
1 files changed, 4 insertions, 1 deletions
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