package/btrfs-progs: fix build issues under musl
authorBrendan Heading <brendanheading@gmail.com>
Thu, 30 Jul 2015 21:23:34 +0000 (22:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Jul 2015 21:26:25 +0000 (23:26 +0200)
commit5b8e76abb566850261ab8dd9766a28239dd98fbd
treea300f33c8c9b6f64dfe91d04d30d4ad047882236
parent8a3580eff7fbdbeefc26698062768c68cb8ab1b3
package/btrfs-progs: fix build issues under musl

Fixes http://autobuild.buildroot.net/results/b97/b97f1e9cd459da96e3e1680bb7c43d8103ab12c2/build-end.log

Patches by Thomas to refactor detection of __always_inline and backtrace
detection. Also added #include <limits.h> for PATH_MAX.

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/btrfs-progs/0001-configure-refactor-backtrace-detection.patch [new file with mode: 0644]
package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch [new file with mode: 0644]
package/btrfs-progs/0003-compile-fix-undefined-PATH_MAX-under-musl.patch [new file with mode: 0644]