aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ndisc6
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-05 20:56:37 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-05 20:56:37 +0000
commitb2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67 (patch)
tree059ccc8274c6c28b305d18a37571ac12525aa4bd /testing/ndisc6
parent8ecf7f3f3423e85da87a0f77a9f61b9cc363e2ce (diff)
downloadaports-b2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67.tar.bz2
aports-b2b6fe29062d23e5fcc5d9b46e1c0ca9802a8c67.tar.xz
testing/ndisc6: include patch
Diffstat (limited to 'testing/ndisc6')
-rw-r--r--testing/ndisc6/remove-undef-gnu-source.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/ndisc6/remove-undef-gnu-source.patch b/testing/ndisc6/remove-undef-gnu-source.patch
new file mode 100644
index 0000000000..b490b05b84
--- /dev/null
+++ b/testing/ndisc6/remove-undef-gnu-source.patch
@@ -0,0 +1,14 @@
+diff --git a/src/trace-tcp.c b/src/trace-tcp.c.new
+index 5aba9d4d2d..1bcc40cdb1 100644
+--- a/src/trace-tcp.c
++++ b/src/trace-tcp.c.new
+@@ -21,9 +21,6 @@
+ # include <config.h>
+ #endif
+
+-#undef _GNU_SOURCE
+-#define _DEFAULT_SOURCE 1
+-
+ #include <string.h>
+ #include <inttypes.h>
+ #include <stdalign.h>