mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
default_prepare || return 1
|
||||
update_config_guess || return 1
|
||||
update_config_sub || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user