mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/nbtscan: build fix for aarch64 and ppc64le
This commit is contained in:
parent
92363c398f
commit
bceb7bc0a4
@ -16,6 +16,11 @@ options="!check"
|
||||
|
||||
builddir="$srcdir/$pkgname-${pkgver}a"
|
||||
|
||||
prepare() {
|
||||
update_config_guess
|
||||
default_prepare
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user