]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/musepack: fix musl build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 30 Jan 2016 08:31:40 +0000 (09:31 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Feb 2016 21:40:55 +0000 (22:40 +0100)
commit5f3aed3f50ff48c8a60185407d7220aeedfea5e5
treed8192dbabeae0e0f2386127729d432ac0bb765e6
parentb5ad2ce5a35a7909307de806b9606c560b5cb85d
package/musepack: fix musl build

This commit adds two patches needed to fix musl related build issues
in musepack: a missing <sys/select.h> inclusion, and an inclusion of
<fpu_control.h> that should be made conditional on __GLIBC__.

Fixes:

  http://autobuild.buildroot.net/results/6eb/6ebc9cbee3fc48f4f5b658d11b040ad62fb6607f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: split the patch in two patches, add proper patch
description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/musepack/0003-include-fpu-control-with-glibc-only.patch [new file with mode: 0644]
package/musepack/0004-missing-sys-select.patch [new file with mode: 0644]