webkit2gtk: do not use gold for linking on aarch64

This commit is contained in:
Alessio Sergi 2017-06-23 21:21:21 +02:00
parent 77e68fe2da
commit 2ab504f42d

View file

@ -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