liblogging: update to 1.0.6

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

View File

@ -2,17 +2,17 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="liblogging"
PKG_VERSION="1.0.5"
PKG_SHA256="310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b"
PKG_VERSION="1.0.6"
PKG_SHA256="338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.liblogging.org/"
PKG_SITE="http://www.liblogging.org"
PKG_URL="http://download.rsyslog.com/liblogging/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain systemd"
PKG_SHORTDESC="liblogging"
PKG_LONGDESC="liblogging"
PKG_LONGDESC="an easy to use and lightweight signal-safe logging library"
PKG_CONFIGURE_OPTS_TARGET="--disable-man-pages \
--enable-static --disable-shared \
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-man-pages \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes"