package/exfat-utils: fix compilation error with musl
authorBrendan Heading <brendanheading@gmail.com>
Sun, 26 Jul 2015 22:50:45 +0000 (23:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Jul 2015 20:40:17 +0000 (22:40 +0200)
commit2ca62551c04d3bcb0e2e83b9f4f5d3ff8d12110e
treef0d4b07c6cc2d2d6d42609fad214597cd5bd01a1
parent52c76667184b9de0d07169016622304d7938e571
package/exfat-utils: fix compilation error with musl

exfat-utils build would not build on Linux unless __GLIBC__ was defined.
Patch added to use more relaxed __linux__ instead.

See http://autobuild.buildroot.net/results/c60/c60d0f9a93c90d41c3c86c78b0a0

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/exfat-utils/0001-fix-compiling-with-non-glibc-libcs.patch [new file with mode: 0644]