From 054f06c1dc74f6f95a11f655171882adfa0f1a36 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 15 Sep 2024 12:13:41 +0000 Subject: [PATCH] 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" --- packages/devel/libcap-ng/package.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/devel/libcap-ng/package.mk b/packages/devel/libcap-ng/package.mk index 2df22a608e..77be842ab5 100644 --- a/packages/devel/libcap-ng/package.mk +++ b/packages/devel/libcap-ng/package.mk @@ -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"