aboutsummaryrefslogtreecommitdiffstats
path: root/community/xxhash/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xxhash/APKBUILD')
-rw-r--r--community/xxhash/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/xxhash/APKBUILD b/community/xxhash/APKBUILD
index 346ffc7f82..2c71800d9d 100644
--- a/community/xxhash/APKBUILD
+++ b/community/xxhash/APKBUILD
@@ -6,7 +6,7 @@ _pkgname=xxHash
pkgver=0.7.0
_pypkg=python-xxhash
_pyver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm"
url="http://www.xxhash.com"
arch="all"
@@ -21,6 +21,7 @@ builddir="$srcdir/"$_pkgname-$pkgver
_pybuilddir="$srcdir/"$_pypkg-$_pyver
build() {
+ export CFLAGS="$CFLAGS -DXXH_FORCE_MEMORY_ACCESS=1"
sed -i 's|--leak-check=yes|-v --leak-check=full --show-leak-kinds=all|' Makefile
make