webrtc-audio-processing: fix build with musl
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Aug 2016 10:02:45 +0000 (12:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Aug 2016 13:48:34 +0000 (15:48 +0200)
commit5e9f965369370b8e2eee5c62f71272ca7570d2dd
tree05f570176f37f1cf1f59cb130654658815184f42
parent3695759b91c548453107bfa9524149dba69f170f
webrtc-audio-processing: fix build with musl

webrtc-audio-processing assumes that execinfo.h is available when
__UCLIBC__ is not defined, which is an incorrect assumption, and
specifically not valid for musl.

This commit adds a patch that moves to autoconf based checks for
cxxabi.h and execinfo.h, which solves the problem.

Fixes:

  http://autobuild.buildroot.net/results/480f529a53b321344e499f958be8e5d1d0f58646/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/webrtc-audio-processing/0002-Proper-detection-of-cxxabi.h-and-execinfo.h.patch [new file with mode: 0644]
package/webrtc-audio-processing/webrtc-audio-processing.mk