diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-08-16 20:39:17 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-08-16 21:41:15 -0400 |
commit | 0627becf6b43175f36c40f520e6d1b4b46cec88b (patch) | |
tree | 9cbbf9d994598eb0adf2f1ad9f01003f49a755bb /meta-networking | |
parent | 8d3f06351e4784f913a0fe580b86bd183575dcf4 (diff) | |
download | meta-openembedded-0627becf6b43175f36c40f520e6d1b4b46cec88b.tar.gz |
netkit-rsh: fix build with glibc-2.28
* fixes:
rexecd.c:79:10: fatal error: crypt.h: No such file or directory
...
ld: error: cannot find -lcrypt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 3990f7b52..f08256d31 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "netkit-rsh includes the rsh daemon and client." | |||
2 | SECTION = "net" | 2 | SECTION = "net" |
3 | HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" | 3 | HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" |
4 | LICENSE = "BSD-4-Clause" | 4 | LICENSE = "BSD-4-Clause" |
5 | DEPENDS = "xinetd libgcrypt" | 5 | DEPENDS = "xinetd libgcrypt virtual/crypt" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://rsh/rsh.c;endline=32;md5=487b3c637bdc181d32b2a8543d41b606" | 7 | LIC_FILES_CHKSUM = "file://rsh/rsh.c;endline=32;md5=487b3c637bdc181d32b2a8543d41b606" |
8 | 8 | ||