mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
uw-imap: fix build with glibc-2.28
* fixes: ld: error: cannot find -lcrypt osdep.c:136: error: undefined reference to 'crypt' osdep.c:118: error: undefined reference to 'crypt' collect2: error: ld returned 1 exit status 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
b6d34f6519
commit
8d3f06351e
@@ -4,7 +4,7 @@ SECTION = "devel"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
|
||||||
|
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl virtual/crypt"
|
||||||
|
|
||||||
SRC_URI = "https://fossies.org/linux/misc/old/imap-${PV}.tar.gz \
|
SRC_URI = "https://fossies.org/linux/misc/old/imap-${PV}.tar.gz \
|
||||||
file://quote_cctype.patch \
|
file://quote_cctype.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user