diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 3c20e2bc0e5..9826e9a6305 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 \