cmus: fix configure checks against host files
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)
commit6469bc1c618aff0c88753e53c1de0157e45f4bf8
treed191da190eeb9d5e86955807b1682131863116ce
parente69dca813c691ebda26093efd9740e01729939ad
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39417 3c298f89-4303-0410-b956-a3cf2f4a3e73
sound/cmus/patches/020-check_header_sys_soundcard.patch [new file with mode: 0644]