* update mold to 2.33.0-1

This commit is contained in:
Alexander Baldeck 2024-09-19 13:45:59 +02:00
parent a2f7cd39c2
commit c4306d9e0b

View File

@ -3,7 +3,7 @@
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
pkgname=mold
pkgver=2.32.0
pkgver=2.33.0
pkgrel=1
pkgdesc='A Modern Linker'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -15,7 +15,7 @@ makedepends=('git' 'python' 'cmake' 'mold')
checkdepends=('clang' 'libdwarf')
options=(!debug !distcc)
source=("$pkgname::git+$url.git#tag=v$pkgver")
b2sums=('07698c4d3172d6545d8a4ccf1d2a8f79a1285fe8b0fcf4e5c131206e174fad711909fe9c604f705dd79d30237872b82874a605a0f4202c971f6956d82f749e33')
b2sums=('d68d5be0e006ca02f2ca61b9d245c55b2a35d60cdd1248396aa539e4f8cf365b0dcba20f8c4b98c75348b7320d19053ba3345e28c8180dcc4357d300990dcf3c')
build() {
export LDFLAGS="${CFLAGS/-Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack/}"