summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-12-07 23:58:23 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-12-07 23:58:23 -0600
commit3e85cb0748ca9c923c339034ec0df3b458d411f8 (patch)
tree8e68ae2d106b42719739a8fc93cfd3a3372f2044
parent7fb83a9f59dec68e4c906aef243e5d7a595e95d2 (diff)
downloadpackages-3e85cb0748ca9c923c339034ec0df3b458d411f8.tar.gz
packages-3e85cb0748ca9c923c339034ec0df3b458d411f8.tar.bz2
packages-3e85cb0748ca9c923c339034ec0df3b458d411f8.tar.xz
packages-3e85cb0748ca9c923c339034ec0df3b458d411f8.zip
system/binutils: Make bootstrapping almost work
* textrels in readelf, who knows why * !tracedeps because /lib/libc.so doesn't have a provider in the seed env. It only looks because binutils sets a special rpath for itself.
-rw-r--r--system/binutils/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/binutils/APKBUILD b/system/binutils/APKBUILD
index 06f7c4cb6..00c76043c 100644
--- a/system/binutils/APKBUILD
+++ b/system/binutils/APKBUILD
@@ -40,7 +40,7 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
if [ "$CHOST" != "$CTARGET" ]; then
pkgname="$pkgname-$CTARGET_ARCH"
subpackages=""
- options="!check"
+ options="!check textrels !tracedeps"
sonameprefix="$pkgname:"
builddir="$srcdir"/binutils-$pkgver
fi