From c7adcc0a20057e56684cb436688cbf7e9002c3e4 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 12 Aug 2015 21:10:29 -0300 Subject: tokyo-cabinet: support for armv7h --- libre/tokyocabinet/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/tokyocabinet/PKGBUILD b/libre/tokyocabinet/PKGBUILD index 667c99da5..02cf19da8 100644 --- a/libre/tokyocabinet/PKGBUILD +++ b/libre/tokyocabinet/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tokyocabinet pkgver=1.4.48 pkgrel=2 pkgdesc="a modern implementation of DBM" -arch=('i686' 'x86_64' 'mips64el' 'armv6h') +arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h') url="http://fallabs.com/tokyocabinet/" license=('LGPL') makedepends=('gcc>=3.1' 'make' 'pkgconfig') @@ -18,6 +18,7 @@ build() { [ "$CARCH" != "mips64el" ] && extra=--enable-fastest [ "$CARCH" != "armv6h" ] && sed -i "s/-minline-all-stringops//g" configure + [ "$CARCH" != "armv7h" ] && sed -i "s/-minline-all-stringops//g" configure ./configure --prefix=/usr --enable-off64 $extra make -- cgit v1.2.3-54-g00ecf