libcap-ng: drop obsolete python configure option and use cfg-libs option

add PKG_BUILD_FLAGS="-cfg-libs" as libcap-ng is built with the follow override
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
This commit is contained in:
Rudi Heitbaum 2024-09-15 12:13:41 +00:00
parent d161095bce
commit 054f06c1dc

View File

@ -10,5 +10,6 @@ PKG_URL="https://github.com/stevegrubb/libcap-ng/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Libcap-ng is a library for Linux that makes using posix capabilities easy."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-cfg-libs"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-python=no --with-python3=no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-python3=no"