freeswitch: prevent libcheck use 538/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 16:56:28 +0000 (18:56 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 16:56:31 +0000 (18:56 +0200)
commit9710018e412fab07b4f1fcc65c9b248aed752d27
treeb7c08db9094c211ca7ba6822e4f2a96fa664c63f
parentab2f14273007a5a6ee77481f3a3017e1c2699592
freeswitch: prevent libcheck use

Currently we disable some sofia tests to prevent build failure. An issue
was actually raised upstream ([1]) where this was discussed.

This cleared up some doubts. For instance it was established that
libcheck is used as a test framework, if the lib is detected. In OpenWrt
libcheck is available, so it may be in staging during the freeswitch
build.

Upstream also mentioned that libcheck is not always compatible with
freeswitch, which depends on the libcheck version.

This commit prevents libcheck detection. This is nicer than explicitly
disabling tests that fail.

[1] https://github.com/signalwire/freeswitch/issues/681

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch/Makefile
net/freeswitch/patches/400-disable-libcheck.patch [new file with mode: 0644]
net/freeswitch/patches/400-disable-sofia-sip-tests.patch [deleted file]