summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-03-12 15:26:46 -0400
committerKhem Raj <raj.khem@gmail.com>2019-03-14 07:24:03 -0700
commit059aa8962e55f473444e2238cbc0348839389082 (patch)
treef5c278ae1a11d832dd78b4682cd368a1ba88293c
parent9d8943fd2ec43868a1ca76712fd15dcc144f75ff (diff)
downloadmeta-openembedded-059aa8962e55f473444e2238cbc0348839389082.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb2
1 files changed, 2 insertions, 0 deletions
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 03dd96338..d034cd8ed 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 ??= ""
39PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" 39PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
40PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" 40PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam"
41 41
42COMPATIBLE_HOST_libc-musl = 'null'
43
42do_configure () { 44do_configure () {
43 ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} 45 ./configure --prefix=${prefix} --exec-prefix=${exec_prefix}
44 echo "INSTALLROOT=${D}" > MCONFIG 46 echo "INSTALLROOT=${D}" > MCONFIG