diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index c70f233752c..ff2d2c8b1eb 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -589,7 +589,7 @@ prepare() { x86|armv7) # x86: https://github.com/rust-lang/libc/issues/3476 # armv7: error: unknown type name 'fpregset_t' - echo "ac_add_options --disable-crash-reporting" >> base-mozconfig + echo "ac_add_options --disable-crashreporter" >> base-mozconfig ;; esac }