Skip to content
Snippets Groups Projects
Commit 3b51bdaa authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/hplip: update config.guess to fix build with aarch64

parent 3a1dbb39
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz ...@@ -16,6 +16,11 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
fix-includes.patch" fix-includes.patch"
builddir="$srcdir"/$pkgname-$pkgver builddir="$srcdir"/$pkgname-$pkgver
prepare() {
default_prepare
update_config_guess
}
build() { build() {
cd "$builddir" cd "$builddir"
./configure --prefix=/usr \ ./configure --prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment