summaryrefslogtreecommitdiff
path: root/package/json-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/json-c/Makefile')
-rw-r--r--package/json-c/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/package/json-c/Makefile b/package/json-c/Makefile
index 87f0b3452..f869ce853 100644
--- a/package/json-c/Makefile
+++ b/package/json-c/Makefile
@@ -4,21 +4,20 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= json-c
-PKG_VERSION:= 0.12.1
+PKG_VERSION:= 0.13
PKG_RELEASE:= 1
-PKG_HASH:= 2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123
+PKG_HASH:= 0316780be9ad16c42d7c26b015a784fd5df4b0909fef0aba51cfb13e492ac24d
PKG_DESCR:= json library
PKG_SECTION:= libs/data
PKG_URL:= https://github.com/json-c/json-c/wiki
PKG_SITES:= https://s3.amazonaws.com/json-c_releases/releases/
PKG_OPTS:= dev
-PKG_NOPARALLEL:= 1
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(ADK_TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,JSON_C,json-c,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+$(eval $(call PKG_template,JSON_C,json-c,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes
@@ -28,4 +27,4 @@ json-c-install:
$(CP) $(WRKINST)/usr/lib/libjson*.so* \
$(IDIR_JSON_C)/usr/lib
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk