freeswitch-stable: prevent libcheck use 539/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 17:05:40 +0000 (19:05 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 17:06:24 +0000 (19:06 +0200)
commit377fd296605a7dcdbf929b8c7c97124735d36b6e
treef1533a39c47a03470134f806f9ae45ebc9603223
parent86a38f1cd46b7f06540365a9df4163e35d484e93
freeswitch-stable: 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-stable/Makefile
net/freeswitch-stable/patches/400-disable-libcheck.patch [new file with mode: 0644]
net/freeswitch-stable/patches/400-disable-sofia-sip-tests.patch [deleted file]