webkit2gtk: do not use gold for linking on aarch64
This commit is contained in:
parent
77e68fe2da
commit
2ab504f42d
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue