diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-19 10:23:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-19 10:23:02 +0000 |
commit | ce7b01192a251f8a0b1635dad7725cb3130dba3d (patch) | |
tree | 3ed8eb038ad133b91c67119bf362cb29c737cd34 /testing | |
parent | 623a203531e003e36396168defdd374fe14a3b11 (diff) | |
download | aports-ce7b01192a251f8a0b1635dad7725cb3130dba3d.tar.bz2 aports-ce7b01192a251f8a0b1635dad7725cb3130dba3d.tar.xz |
Revert "testing/libmhash: fixed aarch64 build"
This reverts commit 623a203531e003e36396168defdd374fe14a3b11.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libmhash/APKBUILD | 3 |
1 files changed, 1 insertions, 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 } |