aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/mozjs68/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mozjs68/APKBUILD b/testing/mozjs68/APKBUILD
index 901379ffec..58bbf0f9ef 100644
--- a/testing/mozjs68/APKBUILD
+++ b/testing/mozjs68/APKBUILD
@@ -2,8 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=mozjs68
pkgver=68.5.0
-_majver=${pkgver%%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone Mozilla JavaScript engine"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust and cargo
@@ -101,7 +100,8 @@ build() {
--disable-debug \
--disable-debug-symbols \
--disable-jemalloc \
- --disable-strip
+ --disable-strip \
+ --enable-unaligned-private-values
make
}