summaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace/linux-headers-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/strace/strace/linux-headers-fix.patch')
-rw-r--r--meta/packages/strace/strace/linux-headers-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/strace/strace/linux-headers-fix.patch b/meta/packages/strace/strace/linux-headers-fix.patch
deleted file mode 100644
index 911950f912..0000000000
--- a/meta/packages/strace/strace/linux-headers-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Origin: Debian 4.5.15-1.1 diff
2
3--- strace-4.5.15.orig/configure.ac
4+++ strace-4.5.15/configure.ac
5@@ -194,7 +194,9 @@
6 AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist getdents mctl prctl sendmsg inet_ntop if_indextoname)
7 AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h sys/nscsys.h mqueue.h sys/epoll.h libaio.h inttypes.h], [], [])
8 AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
9- [], [], [#include <linux/socket.h>])
10+ [], [],
11+[#include <stddef.h>
12+#include <linux/socket.h>])
13 AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
14 AC_CHECK_HEADERS([netinet/tcp.h netinet/udp.h],,, [#include <netinet/in.h>])
15