From a85698b747832ccf90b8e69b6574ce32d82ccc19 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 27 Feb 2020 16:13:50 +0100 Subject: testing/mozjs68: enable config options recommended by GJS upstream See https://mail.gnome.org/archives/distributor-list/2020-February/msg00000.html --- testing/mozjs68/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') 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 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 } -- cgit v1.2.3