diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-06-11 08:44:14 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-07-31 11:08:29 +0200 |
commit | 683aea435a594b1e53affae83fa92a5ecc80535f (patch) | |
tree | fcc230511717842daad6ff3e191a7a257928775c | |
parent | 5bb13435b74c276b676e0561984cb37e4a74ca1d (diff) |
jsoncpp: update to version 1.9.3
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
-rw-r--r-- | libs/jsoncpp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libs/jsoncpp/Makefile b/libs/jsoncpp/Makefile index 0eb1f898f..544870159 100644 --- a/libs/jsoncpp/Makefile +++ b/libs/jsoncpp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jsoncpp -PKG_VERSION:=1.9.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.9.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/open-source-parsers/jsoncpp/tar.gz/$(PKG_VERSION)? -PKG_HASH:=77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0 +PKG_HASH:=8593c1d69e703563d94d8c12244e2e18893eeb9a8a9f8aa3d09a327aa45c8f7d PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT @@ -48,7 +48,8 @@ define Package/jsoncpp/description endef MESON_ARGS += \ - -Db_lto=true + -Db_lto=true \ + -Dtests=false TARGET_LDFLAGS += -Wl,--gc-sections |