summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/tokyocabinet/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/tokyocabinet/PKGBUILD b/libre/tokyocabinet/PKGBUILD
index 56854ecae..59d62f80f 100644
--- a/libre/tokyocabinet/PKGBUILD
+++ b/libre/tokyocabinet/PKGBUILD
@@ -7,17 +7,18 @@
pkgname=tokyocabinet
pkgver=1.4.48
-pkgrel=3
+pkgrel=4
pkgdesc="A modern implementation of DBM"
arch=('i686' 'x86_64' 'armv7h')
url="https://fallabs.com/tokyocabinet/"
license=('LGPL')
depends=('zlib' 'bzip2')
source=("http://fallabs.com/tokyocabinet/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fd03df6965f8f56dd5b8518ca43b4f5e')
+sha256sums=('a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ [ "$CARCH" == "armv7h" ] && sed -i "s/-minline-all-stringops//g" configure
./configure --prefix=/usr --enable-off64 --enable-fastest
make
}