libfastjson: update to 0.99.8

This commit is contained in:
CvH 2018-09-11 12:52:14 +02:00
parent b1c0e9a516
commit df61b5476e

View File

@ -2,17 +2,16 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libfastjson" PKG_NAME="libfastjson"
PKG_VERSION="0.99.0" PKG_VERSION="0.99.8"
PKG_SHA256="5d19c39daaedfd9b335f6222b521e7529016bc11382cccebe41a9894d4ab32fd" PKG_SHA256="3544c757668b4a257825b3cbc26f800f59ef3c1ff2a260f40f96b48ab1d59e07"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.rsyslog.com/tag/libfastjson/" PKG_SITE="http://www.rsyslog.com/tag/libfastjson"
PKG_URL="http://download.rsyslog.com/libfastjson/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://download.rsyslog.com/libfastjson/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="rsyslog" PKG_LONGDESC="a fast json library for C"
PKG_SHORTDESC="libfastjson"
PKG_LONGDESC="libfastjson"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes" ac_cv_func_realloc_0_nonnull=yes"