Merge pull request #9006 from heitbaum/dnet

This commit is contained in:
Christian Hewitt 2024-06-20 15:02:09 +04:00 committed by GitHub
commit bf367fb3a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libdnet"
PKG_VERSION="1.14"
PKG_SHA256="592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe"
PKG_VERSION="1.18.0"
PKG_SHA256="a4a82275c7d83b85b1daac6ebac9461352731922161f1dcdcccd46c318f583c9"
PKG_LICENSE="BSD"
PKG_SITE="https://github.com/ofalk/libdnet"
PKG_URL="https://github.com/ofalk/libdnet/archive/${PKG_NAME}-${PKG_VERSION}.tar.gz"
@ -13,11 +13,11 @@ PKG_LONGDESC="A simplified, portable interface to several low-level networking r
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-python"
pre_configure_target() {
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--enable-check=no"
export CFLAGS+=" -I${PKG_BUILD}/include"
}