exfat: fix build with musl
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 31 Aug 2015 09:21:05 +0000 (11:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 31 Aug 2015 20:25:07 +0000 (22:25 +0200)
commitd3e9159a935eebc9741d9224f6b4393451dbd7f4
tree5339c8504a9646d05e449f1bde79140f8612e9e0
parentc559c0b55fd350de239fb01ac893d59ec7f64e4a
exfat: fix build with musl

Fixes:
http://autobuild.buildroot.net/results/e1d/e1db07f0ea1e70c62f3294016c1b3a094de71d12/

The endianness handling functions in platform.h are protected behind ifdef
__GLIBC__ which musl doesn't define even though it does provide the
endianness handling interface.  Work around it by ensuring __GLIBC__ is
defined.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/exfat/exfat.mk