aboutsummaryrefslogtreecommitdiffstats
path: root/community/rethinkdb
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-12-08 00:20:57 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-14 13:33:11 +0000
commit776cc8c2af5b4519fec9e5724ef88a2f167e7384 (patch)
treebdaed63208f5e13a3b27eae0742bc8f28f3fe1b4 /community/rethinkdb
parentb199d4acd3708147b2c6dbf23fe8051b6a154d55 (diff)
downloadaports-776cc8c2af5b4519fec9e5724ef88a2f167e7384.tar.bz2
aports-776cc8c2af5b4519fec9e5724ef88a2f167e7384.tar.xz
community/rethinkdb: rebuild against protobuf 3.5.0
Diffstat (limited to 'community/rethinkdb')
-rw-r--r--community/rethinkdb/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD
index cfda1db48d..b175afcc6f 100644
--- a/community/rethinkdb/APKBUILD
+++ b/community/rethinkdb/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Daniel Treadwell <daniel@djt.id.au>
pkgname=rethinkdb
pkgver=2.3.6
-pkgrel=4
+pkgrel=5
pkgdesc="Distributed powerful and scalable NoSQL database"
url="http://www.rethinkdb.com"
arch="x86_64 ppc64le s390x"
license="ASL 2.0"
-depends=""
+options="!check" # needs coffeescript
makedepends="bash python2 linux-headers bsd-compat-headers m4 paxmark
protobuf-dev icu-dev libressl-dev curl-dev boost-dev libexecinfo-dev
"
@@ -54,6 +54,11 @@ build() {
make CXXFLAGS="$CXXFLAGS -fno-delete-null-pointer-checks"
}
+check() {
+ cd "$builddir"
+ make test
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install