From ce7b01192a251f8a0b1635dad7725cb3130dba3d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 19 Sep 2016 10:23:02 +0000 Subject: [PATCH] Revert "testing/libmhash: fixed aarch64 build" This reverts commit 623a203531e003e36396168defdd374fe14a3b11. --- testing/libmhash/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/libmhash/APKBUILD b/testing/libmhash/APKBUILD index 616e70b399..b35e8dce81 100644 --- a/testing/libmhash/APKBUILD +++ b/testing/libmhash/APKBUILD @@ -3,7 +3,7 @@ pkgname=libmhash _pkgname=mhash pkgver=0.9.9.9 -pkgrel=1 +pkgrel=0 pkgdesc="Library which provides a uniform interface to a large number of hash algorithms" url="http://mhash.sourceforge.net/" arch="all" @@ -22,7 +22,6 @@ prepare() { build() { cd "$builddir" - update_config_guess || return 1 ./configure --prefix=/usr make || return 1 } -- GitLab