It is not guaranteed to build or work otherwise, and causes update failures in unrelated recipes when building for musl for instance. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> --- scripts/auh-config/local.conf.append | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append index b18590f..417d228 100644 --- a/scripts/auh-config/local.conf.append +++ b/scripts/auh-config/local.conf.append @@ -1,4 +1,5 @@ INHERIT += "buildhistory" LICENSE_FLAGS_WHITELIST = "commercial" -DISTRO_FEATURES_append = ' systemd pam' +DISTRO_FEATURES_append_libc-glibc = ' systemd' +DISTRO_FEATURES_append = ' pam'
Please report the problems to mailing list and we can try to help if they do not work with musl. We do support systemd/musl combination and try to keep it working this will limit testing this combination.