mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
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:
parent
d112631463
commit
01b33360fc
@ -2,7 +2,7 @@
|
|||||||
pkgname=abuild
|
pkgname=abuild
|
||||||
pkgver=3.13.0
|
pkgver=3.13.0
|
||||||
_ver=${pkgver%_git*}
|
_ver=${pkgver%_git*}
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Script to build Alpine Packages"
|
pkgdesc="Script to build Alpine Packages"
|
||||||
url="https://git.alpinelinux.org/cgit/abuild/"
|
url="https://git.alpinelinux.org/cgit/abuild/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -56,7 +56,7 @@ package() {
|
|||||||
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
|
install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
|
||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
aarch64|loongarch64|x86*|ppc64le)
|
aarch64|x86*|ppc64le)
|
||||||
# binutils only supports it here
|
# binutils only supports it here
|
||||||
cat >>"$pkgdir"/usr/share/abuild/default.conf <<-EOF
|
cat >>"$pkgdir"/usr/share/abuild/default.conf <<-EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user