summaryrefslogtreecommitdiffstats
path: root/package/libs/libjson-c/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-05-18 13:07:23 +0200
committerNick Hainke <vincent@systemli.org>2023-05-19 13:43:18 +0200
commitf73d011810790095d20f53f473926f5b0fc6284b (patch)
treee4ef18f1af06abc07658efe4cf1fdf0fc903e8d6 /package/libs/libjson-c/Makefile
parentf18cb0ba637de53c39df675711656cd111c030a5 (diff)
downloadopenwrt-f73d011810790095d20f53f473926f5b0fc6284b.tar.gz
openwrt-f73d011810790095d20f53f473926f5b0fc6284b.tar.bz2
openwrt-f73d011810790095d20f53f473926f5b0fc6284b.zip
libjson-c: import patch to fix compilation on macos
Fixes errors in the form of: /Users/user/src/openwrt/openwrt/build_dir/hostpkg/json-c-0.16/json_util.c:63:35: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] const char *json_util_get_last_err() ^ void 1 error generated. ninja: build stopped: subcommand failed. Reported-by: Paul Spooren <mail@aparcar.org> Suggested-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/libjson-c/Makefile')
-rw-r--r--package/libs/libjson-c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile
index 2c312f200e..d925ac750d 100644
--- a/package/libs/libjson-c/Makefile
+++ b/package/libs/libjson-c/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=json-c
PKG_VERSION:=0.16
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-nodoc.tar.gz
PKG_SOURCE_URL:=https://s3.amazonaws.com/json-c_releases/releases/