From 8e1252625315dd21077d401affe7988b766e0f46 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 12 Mar 2019 15:26:46 -0400 Subject: netkit-rsh: don't build under musl Uses iruserok and ruserok which are GNU extensions available in glibc but not in musl Cc: Khem Raj Signed-off-by: Tom Rini Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 03dd96338a..d034cd8eda 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb @@ -39,6 +39,8 @@ PACKAGECONFIG ??= "" PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" +COMPATIBLE_HOST_libc-musl = 'null' + do_configure () { ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} echo "INSTALLROOT=${D}" > MCONFIG -- cgit 1.2.3-korg