From 5c45ede569ec8acefd1acbe73b749ecaeca3ee74 Mon Sep 17 00:00:00 2001 From: yzewei Date: Tue, 4 Jun 2024 11:38:57 +0000 Subject: [PATCH] community/hplip: update config sub and config guess for loongarch64 Signed-off-by: yzewei --- community/hplip/APKBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/community/hplip/APKBUILD b/community/hplip/APKBUILD index 3f5a0b72ebf..3b28a921dd0 100644 --- a/community/hplip/APKBUILD +++ b/community/hplip/APKBUILD @@ -19,6 +19,12 @@ source="https://downloads.sourceforge.net/hplip/hplip-$pkgver.tar.gz types-musl.patch " +prepare(){ + default_prepare + update_config_sub + update_config_guess +} + build() { ./configure --prefix=/usr \ --with-docdir=/usr/share/doc/$pkgname \