testing/libmhash: fix build on aarch64

This commit is contained in:
Carlo Landmeter 2016-09-17 22:02:15 +02:00
parent 5f699e8e7a
commit 8300fcafda

View File

@ -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