mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
3519c45f5f
commit
408204073e
|
|
@ -4,7 +4,7 @@ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
|
|||
talkd, telnet, telnetd, tftp, tftpd, and uucpd."
|
||||
HOMEPAGE = "http://www.gnu.org/software/inetutils"
|
||||
SECTION = "net"
|
||||
DEPENDS = "ncurses netbase readline"
|
||||
DEPENDS = "ncurses netbase readline virtual/crypt"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user