summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/firefox-esr/APKBUILD2
-rw-r--r--user/thunderbird/APKBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/user/firefox-esr/APKBUILD b/user/firefox-esr/APKBUILD
index 7373a9519..5a306b1f8 100644
--- a/user/firefox-esr/APKBUILD
+++ b/user/firefox-esr/APKBUILD
@@ -72,7 +72,7 @@ prepare() {
# arch-specific configuration
case "$CARCH" in
- pmmx|x86*|arm*)
+ pmmx|x86*|arm*|aarch64)
echo "ac_add_options --disable-elf-hack" >> "$builddir"/mozconfig
;;
ppc)
diff --git a/user/thunderbird/APKBUILD b/user/thunderbird/APKBUILD
index 526c39bbc..319eba9f3 100644
--- a/user/thunderbird/APKBUILD
+++ b/user/thunderbird/APKBUILD
@@ -88,7 +88,7 @@ prepare() {
# arch-specific configuration
case "$CARCH" in
- pmmx|x86*|arm*)
+ pmmx|x86*|arm*|aarch64)
echo "ac_add_options --disable-elf-hack" >> "$builddir"/mozconfig
;;
s390x)