aboutsummaryrefslogtreecommitdiffstats
path: root/community/coturn/remove-check_oauth-test.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-11-22 14:22:25 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2017-11-22 14:22:25 +0000
commit007d7d35844cbc8c0bbcd005a0bf88bc823a58bd (patch)
treef500923911b2c6a81b4a202c52b9dc2957c03c56 /community/coturn/remove-check_oauth-test.patch
parent0cadd87ab76a1ffe907c8d9352b7e81cfe2c81c5 (diff)
downloadaports-007d7d35844cbc8c0bbcd005a0bf88bc823a58bd.tar.bz2
aports-007d7d35844cbc8c0bbcd005a0bf88bc823a58bd.tar.xz
community/coturn: disable some tests on armhf
https://github.com/coturn/coturn/issues/193
Diffstat (limited to 'community/coturn/remove-check_oauth-test.patch')
-rw-r--r--community/coturn/remove-check_oauth-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/coturn/remove-check_oauth-test.patch b/community/coturn/remove-check_oauth-test.patch
new file mode 100644
index 0000000000..782351fa35
--- /dev/null
+++ b/community/coturn/remove-check_oauth-test.patch
@@ -0,0 +1,13 @@
+--- ./src/apps/rfc5769/rfc5769check.c.orig
++++ ./src/apps/rfc5769/rfc5769check.c
+@@ -564,10 +564,5 @@
+ }
+ }
+
+- {
+- if(check_oauth()<0)
+- exit(-1);
+- }
+-
+ return 0;
+ }