From 2ab504f42d66b2167b82aaeb308937f7d5c1767a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 23 Jun 2017 21:21:21 +0200 Subject: [PATCH] webkit2gtk: do not use gold for linking on aarch64 --- srcpkgs/webkit2gtk/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 982dc229f4..be4e91790b 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -24,9 +24,8 @@ makedepends=" geoclue2-devel libnotify-devel hyphen-devel" case "$XBPS_TARGET_MACHINE" in -armv6*) - configure_args+=" -DENABLE_JIT=0" - ;; +armv6*) configure_args+=" -DENABLE_JIT=0";; +aarch64*) configure_args+=" -DUSE_LD_GOLD=0";; esac # Package build options