diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-23 14:10:29 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-23 14:10:29 +0000 |
commit | 44e10367f2ef64428e1ce6e4534814d91f531eb1 (patch) | |
tree | bde2afc7ba09390ca9f24f35c5a880fd4b1485bc /packages/vsftpd/vsftpd_2.0.5.bb | |
parent | 3c5f9f0a3ec98f4dddd1130a7e553e2f5550ae1c (diff) |
vsftpd: Fix dependencies. Fix uclibc support.
Diffstat (limited to 'packages/vsftpd/vsftpd_2.0.5.bb')
-rw-r--r-- | packages/vsftpd/vsftpd_2.0.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/vsftpd/vsftpd_2.0.5.bb b/packages/vsftpd/vsftpd_2.0.5.bb index 81aec46845..fc10d27f08 100644 --- a/packages/vsftpd/vsftpd_2.0.5.bb +++ b/packages/vsftpd/vsftpd_2.0.5.bb @@ -1,12 +1,12 @@ DESCRIPTION = "Secure ftp daemon" SECTION = "console/network" LICENSE = "GPL" -DEPENDS = "openssl" -PR = "r0" +PR = "r1" SRC_URI = "ftp://vsftpd.beasts.org/users/cevans/vsftpd-${PV}.tar.gz \ file://makefile.patch;patch=1 \ file://nopam.patch;patch=1 \ + file://syscall.patch;patch=1 \ file://init \ file://vsftpd.conf" @@ -20,7 +20,7 @@ do_configure() { } do_compile() { - oe_runmake "LIBS=-lssl -lcrypto -lcrypt -L${STAGING_LIBDIR}" + oe_runmake "LIBS=-lcrypt -L${STAGING_LIBDIR}" } do_install() { |