mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
firefox: disable elfhack for aarch64*
They recently added aarch64 support which enables it. https://bugzilla.mozilla.org/show_bug.cgi?id=1747783
This commit is contained in:
parent
e1a26d32a9
commit
b806555b67
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ do_build() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*)
|
x86_64*|i686*|arm*|aarch64*)
|
||||||
echo "ac_add_options --disable-elf-hack" >>.mozconfig
|
echo "ac_add_options --disable-elf-hack" >>.mozconfig
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue