From 48c75e98411c5023338d051d60e34e14bf2c9ff1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 23 Feb 2014 16:29:18 +0100 Subject: patches make strace non-working on qemu sparc64 glibc, need reworking --- package/strace/patches/patch-net_c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 package/strace/patches/patch-net_c (limited to 'package/strace/patches/patch-net_c') diff --git a/package/strace/patches/patch-net_c b/package/strace/patches/patch-net_c deleted file mode 100644 index a3c31d2ae..000000000 --- a/package/strace/patches/patch-net_c +++ /dev/null @@ -1,19 +0,0 @@ ---- strace-4.8.orig/net.c 2013-05-18 00:20:02.000000000 +0200 -+++ strace-4.8/net.c 2013-08-14 08:46:21.000000000 +0200 -@@ -94,13 +94,15 @@ - # define PF_UNSPEC AF_UNSPEC - #endif - --/* Under Linux these are enums so we can't test for them with ifdef. */ -+/* Under Linux (glibc/uclibc) these are enums so we can't test for them with ifdef. */ -+#if defined(__GLIBC__) || defined(__UCLIBC__) - #define IPPROTO_EGP IPPROTO_EGP - #define IPPROTO_PUP IPPROTO_PUP - #define IPPROTO_IDP IPPROTO_IDP - #define IPPROTO_IGMP IPPROTO_IGMP - #define IPPROTO_RAW IPPROTO_RAW - #define IPPROTO_MAX IPPROTO_MAX -+#endif - - static const struct xlat domains[] = { - #ifdef PF_UNSPEC -- cgit v1.2.3