mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
inetutils: fix build with glibc-2.28
* fixes: ../../inetutils-1.9.4/src/uucpd.c:236: error: undefined reference to 'crypt' ../../inetutils-1.9.4/src/rexecd.c:378: error: undefined reference to 'crypt' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
3519c45f5f
commit
408204073e
@@ -4,7 +4,7 @@ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
|
|||||||
talkd, telnet, telnetd, tftp, tftpd, and uucpd."
|
talkd, telnet, telnetd, tftp, tftpd, and uucpd."
|
||||||
HOMEPAGE = "http://www.gnu.org/software/inetutils"
|
HOMEPAGE = "http://www.gnu.org/software/inetutils"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
DEPENDS = "ncurses netbase readline"
|
DEPENDS = "ncurses netbase readline virtual/crypt"
|
||||||
|
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user