diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-05 12:10:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-05 12:10:14 +0000 |
commit | 3b51bdaaf1c79d61e8178df3a3c8e6729c8fe8dd (patch) | |
tree | 540d329b7063572e48a3bb99287164ad115d6d08 /testing/hplip | |
parent | 3a1dbb3948aaeb805f4d222a4891d0f4bebd950d (diff) | |
download | aports-3b51bdaaf1c79d61e8178df3a3c8e6729c8fe8dd.tar.bz2 aports-3b51bdaaf1c79d61e8178df3a3c8e6729c8fe8dd.tar.xz |
testing/hplip: update config.guess to fix build with aarch64
Diffstat (limited to 'testing/hplip')
-rw-r--r-- | testing/hplip/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 3c20e2bc0e..9826e9a630 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 \ |