cmus: fix configure checks against host files
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)
commit8e0d3073bb0f8dd4382476a14bbd7a8a2c1ec67b
treec31f1faf0892e01542d0f268ee53cf9f31e77262
parent7692576ebf616cd3ae8393eceae9333de5f6ce92
cmus: fix configure checks against host files

cmuses configure checks an absolute path for the existence of a kernel
header. This results in a check against the hosts version of
/usr/include/sys/soundcard.h, which potentially does not exists (at
least on my system).

This patch supersedes http://patchwork.openwrt.org/patch/2713/.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39417
sound/cmus/patches/020-check_header_sys_soundcard.patch [new file with mode: 0644]