aboutsummaryrefslogtreecommitdiffstats
path: root/main/ltrace
diff options
context:
space:
mode:
Diffstat (limited to 'main/ltrace')
-rw-r--r--main/ltrace/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ltrace/APKBUILD b/main/ltrace/APKBUILD
index 3f13a21cf2..eb765ff4b2 100644
--- a/main/ltrace/APKBUILD
+++ b/main/ltrace/APKBUILD
@@ -5,6 +5,7 @@ pkgrel=1
pkgdesc="Tracks runtime library calls in dynamically linked programs"
url="http://ltrace.alioth.debian.org/"
arch="all !aarch64"
+options="!check" # Test suite has glibc stuff hardcoded.
license="GPL"
makedepends="linux-headers libelf-dev autoconf automake"
subpackages="$pkgname-doc"