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:
parent
3a1dbb3948
commit
3b51bdaaf1
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue