From 882293568b923a6babb537db195922794c68ad06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 12 Aug 2015 21:06:52 -0300 Subject: tokyocabinet: support for armv6h --- libre/tokyocabinet/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libre/tokyocabinet/PKGBUILD') diff --git a/libre/tokyocabinet/PKGBUILD b/libre/tokyocabinet/PKGBUILD index 2ac531c2e..667c99da5 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') +arch=('i686' 'x86_64' 'mips64el' 'armv6h') url="http://fallabs.com/tokyocabinet/" license=('LGPL') makedepends=('gcc>=3.1' 'make' 'pkgconfig') @@ -17,6 +17,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" [ "$CARCH" != "mips64el" ] && extra=--enable-fastest + [ "$CARCH" != "armv6h" ] && sed -i "s/-minline-all-stringops//g" configure ./configure --prefix=/usr --enable-off64 $extra make -- cgit v1.2.3-2-g168b