From efdd27bde98c56cb7b307d9435a94c3a080f2f13 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 20 Feb 2017 05:57:01 +0100 Subject: [PATCH] strace: Fix x86-64 build --- packages/strace/mtd.c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strace/mtd.c.patch b/packages/strace/mtd.c.patch index 5ca3f8d62..a51c0f00a 100644 --- a/packages/strace/mtd.c.patch +++ b/packages/strace/mtd.c.patch @@ -6,7 +6,7 @@ diff -u -r ../strace-4.12/mtd.c ./mtd.c /* The mtd api changes quickly, so we have to keep a local copy */ #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) || defined __ANDROID__ ++#if 1 # include "mtd-abi.h" #else # include