* [Buildroot] [Bug 91] New: vsftpd fails to build with ssl support
@ 2009-02-09 11:50 bugzilla at busybox.net
2009-02-09 12:10 ` [Buildroot] [Bug 91] " bugzilla at busybox.net
2009-02-09 15:02 ` bugzilla at busybox.net
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2009-02-09 11:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=91
Host: i386
Build: i386
Summary: vsftpd fails to build with ssl support
Product: buildroot
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: super.firetwister at googlemail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
vsftpd fails to build (link) with ssl support because -lcrypto is missing in
$(VSFTPD_LIBS) in the vsftpd.mk
--
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 91] vsftpd fails to build with ssl support
2009-02-09 11:50 [Buildroot] [Bug 91] New: vsftpd fails to build with ssl support bugzilla at busybox.net
@ 2009-02-09 12:10 ` bugzilla at busybox.net
2009-02-09 15:02 ` bugzilla at busybox.net
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2009-02-09 12:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=91
--- Comment #1 from Markus Brunner <super.firetwister@googlemail.com> 2009-02-09 12:10:39 UTC ---
Sorry, I forgot to mention that I had to set the LDFLAGS. I'm using an externel
toolchain.
$(VSFTPD_DIR)/$(VSFTPD_BINARY): $(VSFTPD_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)"
LDFLAGS="$(TARGET_LDFLAGS)" 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 91] vsftpd fails to build with ssl support
2009-02-09 11:50 [Buildroot] [Bug 91] New: vsftpd fails to build with ssl support bugzilla at busybox.net
2009-02-09 12:10 ` [Buildroot] [Bug 91] " bugzilla at busybox.net
@ 2009-02-09 15:02 ` bugzilla at busybox.net
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2009-02-09 15:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=91
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacmet at uclibc.org
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #2 from Peter Korsgaard <jacmet@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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-09 15:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 11:50 [Buildroot] [Bug 91] New: vsftpd fails to build with ssl support bugzilla at busybox.net
2009-02-09 12:10 ` [Buildroot] [Bug 91] " bugzilla at busybox.net
2009-02-09 15:02 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox