From 3b51bdaaf1c79d61e8178df3a3c8e6729c8fe8dd Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Thu, 5 Jan 2017 12:10:14 +0000 Subject: [PATCH] testing/hplip: update config.guess to fix build with aarch64 --- testing/hplip/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 3c20e2bc0e58..9826e9a63057 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -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 \ -- GitLab