aboutsummaryrefslogtreecommitdiffstats
path: root/community/rethinkdb/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-08-21 17:46:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-21 23:51:55 +0000
commit5d762aa3c3feeafb0e3fe907bc0b5f1e23d45c2f (patch)
tree038471ca8825e7c58e8f3d0c4de73dbbb3001690 /community/rethinkdb/APKBUILD
parentc94bbcd862946e8a4c7d1db89d9822b494f60c34 (diff)
downloadaports-5d762aa3c3feeafb0e3fe907bc0b5f1e23d45c2f.tar.bz2
aports-5d762aa3c3feeafb0e3fe907bc0b5f1e23d45c2f.tar.xz
community/rethinkdb: enable build on ppc64le
Enable build on ppc64le backporting patches that enable rethinkdb support on ppc64le and making necessary changes to build it. This patch is a temporary solution until rethinkdb 2.4 release.
Diffstat (limited to 'community/rethinkdb/APKBUILD')
-rw-r--r--community/rethinkdb/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD
index 51a55ba121..c02b6a9b05 100644
--- a/community/rethinkdb/APKBUILD
+++ b/community/rethinkdb/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Daniel Treadwell <daniel@djt.id.au>
pkgname=rethinkdb
pkgver=2.3.6
-pkgrel=0
+pkgrel=1
pkgdesc="Distributed powerful and scalable NoSQL database"
url="http://www.rethinkdb.com"
-arch="x86_64"
+arch="x86_64 ppc64le"
license="ASL 2.0"
depends=""
makedepends="bash python2 linux-headers bsd-compat-headers m4 paxmark
@@ -18,6 +18,7 @@ subpackages="$pkgname-doc"
source="http://download.rethinkdb.com/dist/$pkgname-$pkgver.tgz
libressl.patch
paxmark.patch
+ enable-build-ppc64le.patch
rethinkdb.initd
rethinkdb.confd
"
@@ -68,5 +69,6 @@ doc() {
sha512sums="653177750f7439fa1d61a121e488d578be1eab90f87c7d17ad52b9793d8543f22bbe98f8d501c2ab2d7048c65118096430fe7bde945d87c7a3228905af801af2 rethinkdb-2.3.6.tgz
9ff727feedc7a9f58e7bf8554dc26e32ebca259b2d5d75ff0d064f5aea7a54c9c94fab16b83a3bc4039d4ae6d6d805d7b129ab9d5f762186d0388adeeff6e67c libressl.patch
c5a7905c116a2bf7af5ce5f8e6536c61e06ee9ac7cbead0358396e0989141890908eab694f4a88f0dcaf9f4ddcefe751dc7a949cbb4c870d87f61e720ef3b45a paxmark.patch
+63e9b4c145617a91d00c78c980937c4f4dc010c7bc4a8db8d7ecaad47dbecd0333fcaadbfe0251dee50f44494e802db5322d8cc0096cf614f44fd4069e82f8ac enable-build-ppc64le.patch
c27e21073048bd5e8e2ec91303b43ce873748573e2b44ba28ee57ca1b3080afb67e56880b6a6da7a0abf4f2967dce45aa27fe8d6dd44b70d874d776e876ef132 rethinkdb.initd
3a07f9c78ef96b2ca37fca508ee14a644d3c08612f662ba5260182fbfcceba064d20253f1261f56dc0a2c28d1a4d5e2320872c3c4e7595cb7ab4e202eb28ad42 rethinkdb.confd"