mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-06 10:02:13 +01:00
testing/hplip: update config.guess to fix build with aarch64
This commit is contained in:
parent
3a1dbb3948
commit
3b51bdaaf1
@ -16,6 +16,11 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
fix-includes.patch"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_guess
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user