11# Template file for 'librewolf'
22pkgname=librewolf
3- version=140.0.2
3+ version=141.0
44revision=1
55_rev=1
66wrksrc=${pkgname}-${version}-${_rev}
@@ -10,12 +10,12 @@ maintainer="index <index@mailbox.org>"
1010license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
1111homepage="https://librewolf.net/"
1212distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13- checksum=8babfb102108305eaed98c49c7f97390b204b66f318ee437f41ae5b92e3f5053
13+ checksum=59bbd2e298e56c96dd8879df2b2220d385f40d9e49d7aa843f036e9bdff61e1f
1414
1515lib32disabled=yes
1616
1717_llvmver=19
18- hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust
18+ hostmakedepends="unzip zip pkg-config perl python3 yasm rust
1919 cargo llvm${_llvmver} clang${_llvmver} lld${_llvmver} nodejs cbindgen nasm which
2020 tar xz $(vopt_if pgo 'xvfb-run dbus mesa-dri vulkan-loader pciutils')
2121 $(vopt_if wasi wasi-sdk)"
@@ -138,6 +138,7 @@ do_build() {
138138 ac_add_options --host=${XBPS_TRIPLET}
139139 ac_add_options --target=${XBPS_CROSS_TRIPLET:-${XBPS_TRIPLET}}
140140 ac_add_options --enable-linker=$(vopt_if clang lld bfd)
141+ ac_add_options --disable-bootstrap
141142 $(vopt_if lto 'ac_add_options --enable-lto=cross')
142143 $(vopt_if clang 'ac_add_options --with-libclang-path=/usr/lib')
143144
@@ -146,6 +147,8 @@ do_build() {
146147 ac_add_options --enable-hardening
147148 ac_add_options --enable-optimize="\${CFLAGS}"
148149 ac_add_options --enable-path-remapping=c,rust
150+ ac_add_options --enable-packed-relative-relocs
151+ ac_add_options --disable-cargo-incremental
149152 ac_add_options --disable-tests
150153 ac_add_options --disable-crashreporter
151154 ac_add_options --disable-updater
0 commit comments