aboutsummaryrefslogtreecommitdiffstats
path: root/community/rethinkdb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-30 17:42:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-30 17:44:16 +0000
commite70517ecee1c3d21be2300d70f3116e4d4d4b54a (patch)
tree90e7ae8ef6ed690437e74927cd2bd12c423b6d47 /community/rethinkdb
parent2b1b68faae506777d1bca6f9d6a2227e005fc357 (diff)
downloadaports-e70517ecee1c3d21be2300d70f3116e4d4d4b54a.tar.bz2
aports-e70517ecee1c3d21be2300d70f3116e4d4d4b54a.tar.xz
community/rethinkdb: enable SPLIT_SYMBOLS
Diffstat (limited to 'community/rethinkdb')
-rw-r--r--community/rethinkdb/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD
index 6f4c72d389..8cf615e737 100644
--- a/community/rethinkdb/APKBUILD
+++ b/community/rethinkdb/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel Treadwell <daniel@djt.id.au>
pkgname=rethinkdb
pkgver=2.3.5
-pkgrel=7
+pkgrel=8
pkgdesc="Distributed powerful and scalable NoSQL database"
url="http://www.rethinkdb.com"
arch="x86_64"
@@ -39,9 +39,11 @@ build() {
export LDFLAGS="$LDFLAGS -lexecinfo"
make CXXFLAGS="$CXXFLAGS -fno-delete-null-pointer-checks" \
+ SPLIT_SYMBOLS=1 \
|| paxmark -m \
build/external/v8_3.30.33.16/build/out/${_arch}.release/mksnapshot
- make CXXFLAGS="$CXXFLAGS -fno-delete-null-pointer-checks" || return 1
+ make CXXFLAGS="$CXXFLAGS -fno-delete-null-pointer-checks" \
+ SPLIT_SYMBOLS=1 || return 1
}
package() {