From dc90c47f0cbea5baa1638611d85c590d9ec96b54 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 21 Jun 2017 15:49:31 +0000 Subject: community/webkit2gtk: more poking on armhf --- community/webkit2gtk/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/webkit2gtk/APKBUILD') diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index ca96422cc4..97cc37b804 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -69,7 +69,7 @@ prepare() { build() { local _jitopt= case "$CARCH" in - armhf) _archopt="-DUSE_LD_GOLD=OFF";; + armhf) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";; aarch64) _archopt="-DUSE_LD_GOLD=OFF";; ppc64le) _archopt="-DENABLE_JIT=OFF -DUSE_SYSMTE_MALLOC=ON";; s390x) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";; -- cgit v1.2.3