mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/wmi-client: enable build on ppc64le
update config guess and enable build on ppc64le.
This commit is contained in:
parent
f11efa20eb
commit
c2a9ea7ac0
@ -6,7 +6,7 @@ pkgver=1.3.16
|
||||
pkgrel=1
|
||||
pkgdesc="DCOM/WMI client implementation"
|
||||
url="https://www.orvant.com/packages"
|
||||
arch="all !aarch64 !ppc64le"
|
||||
arch="all !aarch64"
|
||||
license="GPL3"
|
||||
subpackages="libwmiclient-dev:libdev libwmiclient:lib"
|
||||
makedepends="autoconf python-dev perl-datetime"
|
||||
@ -21,6 +21,11 @@ source="https://launchpad.net/~cybersec/+archive/ubuntu/chaos-ppa-v2/+files/${_p
|
||||
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_guess
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make build "CPP=gcc -E -ffreestanding"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user