summaryrefslogtreecommitdiff
path: root/package/libsemanage
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-05-24 22:03:34 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-05-25 23:32:51 +0200
commitd8e1244695ffb90b4670b800df02958e5a667777 (patch)
tree6ef9d01de3217636d0e5c66d9ba0d59b841c7f8b /package/libsemanage
parent8fa6ee99f171103271629efb2280ef8391bbc5af (diff)
package/libsemanage: disable on musl
Suggested by Thomas: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/149138 "getpwent_r() is a glibc-specific extension, so it will most likely not be implemented by musl." Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsemanage')
-rw-r--r--package/libsemanage/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libsemanage/Config.in b/package/libsemanage/Config.in
index d9a83c0cf..5e9ad8fee 100644
--- a/package/libsemanage/Config.in
+++ b/package/libsemanage/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBSEMANAGE
select BR2_PACKAGE_BZIP2
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
+ depends on !BR2_TOOLCHAIN_USES_MUSL # getpwent_r()
depends on !BR2_arc
help
libsemanage is the policy management library. It uses
@@ -19,4 +20,5 @@ config BR2_PACKAGE_LIBSEMANAGE
comment "libsemanage needs a toolchain w/ threads, dynamic library"
depends on !BR2_arc
+ depends on !BR2_TOOLCHAIN_USES_MUSL
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS