From 65de768385d6ee97a2b45c807ab9955c642da7c0 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 19 Mar 2012 22:31:37 +0100 Subject: Disable kmod test not working on mips64el. --- core/kmod/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/kmod') diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD index ab9f39c6a..14f572ed7 100644 --- a/core/kmod/PKGBUILD +++ b/core/kmod/PKGBUILD @@ -21,6 +21,9 @@ md5sums=('bad08102fad212cd34405136d9a7eb94' build() { cd "$pkgname-$pkgver" + # Architecture-specific test. + sed -ri 's:(&smodinfo_jonsmodules,):/*\1*/:' testsuite/test-modinfo.c + ./configure \ --sysconfdir=/etc \ --with-zlib -- cgit v1.2.3-54-g00ecf