mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 14:27:10 +02:00
community/monitoring-plugins: fix build on ppc64le
This commit is contained in:
parent
217bc20001
commit
ba73c7daa9
@ -17,6 +17,12 @@ subpackages="$pkgname-doc"
|
|||||||
source="https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz"
|
source="https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare || return 1
|
||||||
|
update_config_guess || return 1
|
||||||
|
update_config_sub || return 1
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user