mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
inetutils: Disable rsh, etc in the build
It is long since past time for rsh and company to be retired from the world. Disable building these now. Suggested-by: Khem Raj <raj.khem@gmail.com> (From OE-Core rev: 9e13dad6ea76dd036098ef62427804e4138bf83b) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -49,7 +49,9 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
|
||||
--enable-rpath=no \
|
||||
"
|
||||
|
||||
EXTRA_OECONF_append_libc-musl = " --disable-rsh --disable-rcp --disable-rlogin --disable-rexec --disable-rexecd"
|
||||
# These are horrible for security, disable them
|
||||
EXTRA_OECONF_append = " --disable-rsh --disable-rshd --disable-rcp \
|
||||
--disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd"
|
||||
|
||||
do_configure_prepend () {
|
||||
export HELP2MAN='true'
|
||||
|
||||
Reference in New Issue
Block a user