From 1ad1f438b23b2049722698e18f017d7f0a522d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 22 Aug 2018 16:56:32 +0200 Subject: [PATCH] libcap-ng: fix cross MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libcap-ng/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template index d39a1e3e850..f309ec0deed 100644 --- a/srcpkgs/libcap-ng/template +++ b/srcpkgs/libcap-ng/template @@ -3,7 +3,7 @@ pkgname=libcap-ng version=0.7.9 revision=1 build_style=gnu-configure -configure_args="--without-python" +configure_args="--without-python --without-python3" short_desc="An alternate POSIX capabilities library" maintainer="Juan RP " homepage="http://people.redhat.com/sgrubb/libcap-ng/" @@ -16,7 +16,7 @@ subpackages="libcap-ng-devel libcap-ng-progs" if [ -z "$CROSS_BUILD" ]; then subpackages+=" libcap-ng-python libcap-ng-python3" hostmakedepends="python-devel python3-devel swig" - configure_args+=" --with-python" + configure_args+=" --with-python --with-python3" fi libcap-ng-devel_package() {