[Buildroot] [Bug 91] vsftpd fails to build with ssl support

bugzilla at busybox.net bugzilla at busybox.net
Mon Feb 9 15:02:39 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=91


Peter Korsgaard <jacmet at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacmet at uclibc.org
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #2 from Peter Korsgaard <jacmet at uclibc.org>  2009-02-09 15:02:37 UTC ---
I cannot reproduce this here, vsftpd.mk has:

ifeq ($(BR2_PACKAGE_OPENSSL),y)
VSFTPD_LIBS:=-lcrypt -lssl
else
VSFTPD_LIBS:=-lcrypt
endif

And:

$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" LIBS="$(VSFTPD_LIBS)" -C
$(VSFTPD_DIR)


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list