[oe-commits] [meta-openembedded] 06/06: pure-ftpd: fix build with glibc-2.28

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 12:05:16 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 14641ce244c16f52e910f48e03d56807ca6647bc
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Aug 16 20:39:16 2018 +0000

    pure-ftpd: fix build with glibc-2.28
    
    * fixes:
      ../../pure-ftpd-1.0.42/src/pure-pw.c:243: error: undefined reference to 'crypt'
      ../../pure-ftpd-1.0.42/src/pure-pw.c:257: error: undefined reference to 'crypt'
      ../../pure-ftpd-1.0.42/src/pure-pw.c:272: error: undefined reference to 'crypt'
      ../../pure-ftpd-1.0.42/src/pure-pw.c:282: 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-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb
index c1f1504..e5c5616 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb
@@ -5,7 +5,7 @@ SECTION = "net"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=90352fb2bfe17f4261687a0d6e09f489"
 
-DEPENDS = "libcap"
+DEPENDS = "libcap virtual/crypt"
 
 
 SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \

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


More information about the Openembedded-commits mailing list