diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-17 23:46:43 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-17 23:46:43 +0100 |
commit | 571cd6d709c3e09f4fe5d49d1e8c9d283d980c05 (patch) | |
tree | d6742d7d5217f8c94f569be9b89a26832e7a06ac /libre/tokyocabinet | |
parent | b2a205fa34dcfaf3e8037924cda45e892e01fb24 (diff) | |
download | abslibre-571cd6d709c3e09f4fe5d49d1e8c9d283d980c05.tar.gz abslibre-571cd6d709c3e09f4fe5d49d1e8c9d283d980c05.tar.bz2 abslibre-571cd6d709c3e09f4fe5d49d1e8c9d283d980c05.zip |
libre/tokyocabinet: rebuilt
Diffstat (limited to 'libre/tokyocabinet')
-rw-r--r-- | libre/tokyocabinet/PKGBUILD | 5 |
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 } |