summaryrefslogtreecommitdiffstats
path: root/package/openvmtools/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/openvmtools/Config.in')
-rw-r--r--package/openvmtools/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openvmtools/Config.in b/package/openvmtools/Config.in
index 8e22eff005..98cbeb9206 100644
--- a/package/openvmtools/Config.in
+++ b/package/openvmtools/Config.in
@@ -36,11 +36,12 @@ config BR2_PACKAGE_OPENVMTOOLS_PAM
# linux-pam needs locale and wchar, but we already have this
# dependency on the main symbol, above.
depends on !BR2_STATIC_LIBS
+ depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
help
Support for PAM in openvmtools
-comment "PAM support needs a toolchain w/ dynamic library"
- depends on BR2_STATIC_LIBS
+comment "PAM support needs a uClibc or (e)glibc toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
endif
OpenPOWER on IntegriCloud