1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00

testing/hplip: update config.guess to fix build with aarch64

This commit is contained in:
Natanael Copa 2017-01-05 12:10:14 +00:00
parent 3a1dbb3948
commit 3b51bdaaf1

View file

@ -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 \