diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-12 15:26:46 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-14 07:24:03 -0700 |
commit | 059aa8962e55f473444e2238cbc0348839389082 (patch) | |
tree | f5c278ae1a11d832dd78b4682cd368a1ba88293c | |
parent | 9d8943fd2ec43868a1ca76712fd15dcc144f75ff (diff) | |
download | meta-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.bb | 2 |
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 ??= "" | |||
39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
40 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" | 40 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" |
41 | 41 | ||
42 | COMPATIBLE_HOST_libc-musl = 'null' | ||
43 | |||
42 | do_configure () { | 44 | do_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 |