xfsprogs: note musl incompatibility reason
authorBaruch Siach <baruch@tkos.co.il>
Mon, 8 May 2017 05:30:35 +0000 (08:30 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 8 May 2017 19:11:51 +0000 (21:11 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/xfsprogs/Config.in

index 9f0d2509c0d6eb5bdb5e621d7d2aa0d70cfe5100..fb603ad4b9859aa743cffde5d094db4684f45167 100644 (file)
@@ -5,7 +5,7 @@ comment "xfsprogs needs a glibc or uClibc toolchain w/ threads"
 config BR2_PACKAGE_XFSPROGS
        bool "xfsprogs"
        depends on BR2_USE_MMU # fork()
-       depends on !BR2_TOOLCHAIN_USES_MUSL
+       depends on !BR2_TOOLCHAIN_USES_MUSL # missing __[u]int*_t
        depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_UTIL_LINUX
        select BR2_PACKAGE_UTIL_LINUX_LIBUUID