aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mhash
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mhash')
-rw-r--r--testing/mhash/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mhash/APKBUILD b/testing/mhash/APKBUILD
index 2964512e36..4df377600c 100644
--- a/testing/mhash/APKBUILD
+++ b/testing/mhash/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=mhash
pkgver=0.9.9.9
-pkgrel=0
+pkgrel=1
pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc"
url="http://mhash.sourceforge.net/"
arch="all"
@@ -37,6 +37,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="f91c74f9ccab2b574a98be5bc31eb280 mhash-0.9.9.9.tar.bz2"