summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/firefox/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 6adbe422..d466d812 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -122,6 +122,10 @@ eval "$(
sed '
2 a export MOZ_MAKE_FLAGS=-j1
'
+ declare -f package | \
+ sed '
+ 2 a export MOZ_MAKE_FLAGS=-j1
+ '
)"
# test failure in rust code (complaining about network functions) when PGO is used,