libestr: cleanup package

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

View File

@ -3,16 +3,16 @@
PKG_NAME="libestr"
PKG_VERSION="0.1.10"
PKG_SHA256="bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c"
PKG_SHA256="e8756b071540314abef25c044f893d6b5d249e46709329a4b3e7361403c29a1e"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://libestr.adiscon.com/"
PKG_URL="http://libestr.adiscon.com/files/download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_SITE="http://libestr.adiscon.com"
PKG_URL="https://github.com/rsyslog/libestr/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="rsyslog"
PKG_SHORTDESC="libestr: some essentials for string handling (and a bit more)"
PKG_LONGDESC="libestr: some essentials for string handling (and a bit more)"
PKG_TOOLCHAIN="autotools"
PKG_LONGDESC="some essentials for string handling (and a bit more)"
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_realloc_0_nonnull=yes"