diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-27 16:13:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-27 22:51:46 -0300 |
commit | a85698b747832ccf90b8e69b6574ce32d82ccc19 (patch) | |
tree | 7fcaf70a519b6686750e26a36bc4d98c27569e77 | |
parent | 443f4644ae1d2003cfe2b03f4eb4a2bc9514449f (diff) | |
download | aports-a85698b747832ccf90b8e69b6574ce32d82ccc19.tar.bz2 aports-a85698b747832ccf90b8e69b6574ce32d82ccc19.tar.xz |
testing/mozjs68: enable config options recommended by GJS upstream
See https://mail.gnome.org/archives/distributor-list/2020-February/msg00000.html
-rw-r--r-- | testing/mozjs68/APKBUILD | 6 |
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 } |