mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user