diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-17 22:02:15 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-09-17 22:02:15 +0200 |
commit | 8300fcafda2f3f0613ad91c67a30c01fcade28a7 (patch) | |
tree | 362fdecf58fb6db18b9001ee723339fb5e27d4d6 /testing/libmhash | |
parent | 5f699e8e7a2d3142bb3c0c3c0444ae93f6c2bc09 (diff) | |
download | aports-8300fcafda2f3f0613ad91c67a30c01fcade28a7.tar.bz2 aports-8300fcafda2f3f0613ad91c67a30c01fcade28a7.tar.xz |
testing/libmhash: fix build on aarch64
Diffstat (limited to 'testing/libmhash')
-rw-r--r-- | testing/libmhash/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libmhash/APKBUILD b/testing/libmhash/APKBUILD index 2eb82159fb..b35e8dce81 100644 --- a/testing/libmhash/APKBUILD +++ b/testing/libmhash/APKBUILD @@ -15,6 +15,11 @@ subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.gz/download" builddir="$srcdir"/$_pkgname-$pkgver +prepare() { + default_prepare || return 1 + update_config_guess || return 1 +} + build() { cd "$builddir" ./configure --prefix=/usr |