libcap-ng: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
f4ff927a40
commit
1ad1f438b2
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue