@Bitalis
Apply this patch/changes on the PKGBUILD. Then it builds fine with it.
diff --git a/PKGBUILD b/PKGBUILD
index 5b06f36..bdd05e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
"git+https://gitlab.com/${pkgname}-community/settings.git#tag=${_settings_tag}"
"default192x192.png"
"0018-bmo-1516081-Disable-watchdog-during-PGO-builds.patch"
+ "https://raw.githubusercontent.com/CachyOS/CachyOS-Browser-Common/d0043de331de5650151029b510e0cc87690f3a90/patches/rust163.patch"
)
# source_aarch64=()
sha256sums=('766183e8e39c17a84305a85da3237919ffaeb018c6c9d97a7324aea51bd453aa'
@@ -266,6 +267,7 @@ fi
# allows hiding the password manager (from the lw pref pane) / via a pref
patch -Np1 -i ${_patches_dir}/hide-passwordmgr.patch
+ patch -Np1 < ../rust163.patch
rm -f ${srcdir}/source/mozconfig # what was this for? TODO
cp -r ${srcdir}/source/themes/browser ./
Pinned Comments
lsf commented on 2025-01-01 21:28 (UTC)
Please refrain from abusing the flagging of a package as out of date for build issues. This is not what it is supposed to be used for.
I automatically get notified of comments to this package. I do not need to be notified of whatever build problems occur (whether they are an individual's problems or the actual package's problems) twice, and not via flagging it out of date.
Issues with this package can also be reported at https://codeberg.org/librewolf/issues/issues (as it is also maintained there, at https://codeberg.org/librewolf/arch, too).