mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
f6b21313ab
commit
8e12526253
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user