mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/plib: fix build on armhf - update config sub/guess
This commit is contained in:
parent
e62bf97e7a
commit
fce3632b73
@ -17,8 +17,10 @@ source="http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
default_prepare || return 1
|
||||
|
||||
cd "$builddir"
|
||||
update_config_guess && update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user