diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-11-22 14:22:25 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-11-22 14:22:25 +0000 |
commit | 007d7d35844cbc8c0bbcd005a0bf88bc823a58bd (patch) | |
tree | f500923911b2c6a81b4a202c52b9dc2957c03c56 /community/coturn/remove-check_oauth-test.patch | |
parent | 0cadd87ab76a1ffe907c8d9352b7e81cfe2c81c5 (diff) | |
download | aports-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.patch | 13 |
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; + } |