summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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