[oe-commits] [meta-openembedded] 04/06: uw-imap: fix build with glibc-2.28

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 12:05:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 8d3f06351e4784f913a0fe580b86bd183575dcf4
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Aug 16 20:39:18 2018 +0000

    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 at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb
index 91003f6..4c055e5 100644
--- a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb
+++ b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "Apache-2.0"
 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 \
            file://quote_cctype.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list