From 8c716c528bc7a91dc1b065269c23707f8c3cb82f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 14 Aug 2013 08:56:47 +0200 Subject: fix strace with musl libc --- package/strace/patches/patch-desc_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/strace/patches/patch-desc_c (limited to 'package/strace/patches/patch-desc_c') diff --git a/package/strace/patches/patch-desc_c b/package/strace/patches/patch-desc_c new file mode 100644 index 000000000..2702c7f5f --- /dev/null +++ b/package/strace/patches/patch-desc_c @@ -0,0 +1,11 @@ +--- strace-4.8.orig/desc.c 2013-05-02 00:39:10.000000000 +0200 ++++ strace-4.8/desc.c 2013-08-14 08:55:36.000000000 +0200 +@@ -223,7 +223,7 @@ static const struct xlat perf_event_open + { 0, NULL }, + }; + +-#if _LFS64_LARGEFILE ++#if defined(_LFS64_LARGEFILE) && defined(__GLIBC__) || defined(__UCLIBC__) + /* fcntl/lockf */ + static void + printflock64(struct tcb *tcp, long addr, int getlk) -- cgit v1.2.3