main/abuild: disable dt_relr for loongarch64

Enabling dt_relr will cause Rust and related aports to fail
These flags are not fully supported yet
This commit is contained in:
Jingyun Hua 2024-08-06 07:24:12 +00:00 committed by Natanael Copa
parent d112631463
commit 01b33360fc

View file

@ -2,7 +2,7 @@
pkgname=abuild
pkgver=3.13.0
_ver=${pkgver%_git*}
pkgrel=4
pkgrel=5
pkgdesc="Script to build Alpine Packages"
url="https://git.alpinelinux.org/cgit/abuild/"
arch="all"
@ -56,7 +56,7 @@ package() {
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
case "$CARCH" in
aarch64|loongarch64|x86*|ppc64le)
aarch64|x86*|ppc64le)
# binutils only supports it here
cat >>"$pkgdir"/usr/share/abuild/default.conf <<-EOF