From 57523f989d767a88d8c6b881f4cf0a62a55c0ebe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 13 Feb 2018 14:45:28 +0100 Subject: removed check dependency when building tests against libcheck in kbd --- i486-stage1/kbd/DESCR | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i486-stage1') diff --git a/i486-stage1/kbd/DESCR b/i486-stage1/kbd/DESCR index 2e3bcfb..ea23771 100644 --- a/i486-stage1/kbd/DESCR +++ b/i486-stage1/kbd/DESCR @@ -3,3 +3,7 @@ sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGB # no unit testing (using C 'check') sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD + +# do not build test programs, they need libcheck +sed -i "s@./configure@./configure --disable-tests @" PKGBUILD + -- cgit v1.2.3