From 007d7d35844cbc8c0bbcd005a0bf88bc823a58bd Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 22 Nov 2017 14:22:25 +0000 Subject: community/coturn: disable some tests on armhf https://github.com/coturn/coturn/issues/193 --- community/coturn/remove-check_oauth-test.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/coturn/remove-check_oauth-test.patch (limited to 'community/coturn/remove-check_oauth-test.patch') 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; + } -- cgit v1.2.3