summaryrefslogtreecommitdiff
path: root/src/stage4/patches/libelf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/libelf.patch')
-rw-r--r--src/stage4/patches/libelf.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stage4/patches/libelf.patch b/src/stage4/patches/libelf.patch
deleted file mode 100644
index 040514a..0000000
--- a/src/stage4/patches/libelf.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/PKGBUILD 2018-03-22 12:03:27.863763369 +0100
-+++ b/PKGBUILD 2018-03-22 12:18:53.948883581 +0100
-@@ -34,7 +34,8 @@ build() {
- check() {
- cd ${pkgbase}-${pkgver}
-
-- make check
-+ # testsuite does weird things in cross-arch chroot. rerun in VM!
-+ make check || true
- }
-
- package_elfutils() {