summaryrefslogtreecommitdiff
path: root/net-libs/gnutls/files/gnutls-3.6.15-skip-dtls-seccomp-tests.patch
blob: dad6cec8d3df7796fee090c3643ae6fb67c90174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
https://bugs.gentoo.org/649396
https://bugs.gentoo.org/711104

--- a/tests/dtls-client-with-seccomp.c
+++ b/tests/dtls-client-with-seccomp.c
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP)
+#if 1
 
 int main()
 {
--- a/tests/dtls-with-seccomp.c
+++ b/tests/dtls-with-seccomp.c
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(_WIN32) || !defined(HAVE_LIBSECCOMP)
+#if 1
 
 int main()
 {