From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] dropbear: fix static link for version 0.53.1
Date: Fri, 6 May 2011 15:49:40 +0200 [thread overview]
Message-ID: <20110506134940.GM11267@game.jcrosoft.org> (raw)
In-Reply-To: <1304253462-29820-1-git-send-email-plagnioj@jcrosoft.com>
On 14:37 Sun 01 May , Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
Ping
Best Regards,
J.
> .../dropbear-0.53.1-static_build_fix.patch | 26 ++++++++++++++++++++
> 1 files changed, 26 insertions(+), 0 deletions(-)
> create mode 100644 package/dropbear/dropbear-0.53.1-static_build_fix.patch
>
> diff --git a/package/dropbear/dropbear-0.53.1-static_build_fix.patch b/package/dropbear/dropbear-0.53.1-static_build_fix.patch
> new file mode 100644
> index 0000000..0e0a91a
> --- /dev/null
> +++ b/package/dropbear/dropbear-0.53.1-static_build_fix.patch
> @@ -0,0 +1,26 @@
> +dropbear: fix static build
> +
> +the -lcrypt is missing during the link
> +
> +svr-authpasswd.o: In function `svr_auth_password':
> +svr-authpasswd.c:(.text+0xfc): undefined reference to `crypt'
> +collect2: ld returned 1 exit status
> +
> +Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> +---
> + Makefile.in | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +Index: b/Makefile.in
> +===================================================================
> +--- a/Makefile.in
> ++++ b/Makefile.in
> +@@ -77,7 +77,7 @@ STRIP=@STRIP@
> + INSTALL=@INSTALL@
> + CPPFLAGS=@CPPFLAGS@
> + CFLAGS+=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@
> +-LIBS+=@LIBS@
> ++LIBS+=@CRYPTLIB@ @LIBS@
> + LDFLAGS=@LDFLAGS@
> +
> + EXEEXT=@EXEEXT@
> --
> 1.7.4.1
next prev parent reply other threads:[~2011-05-06 13:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-01 12:37 [Buildroot] [PATCH] dropbear: fix static link for version 0.53.1 Jean-Christophe PLAGNIOL-VILLARD
2011-05-06 13:49 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-05-12 17:37 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-13 10:05 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110506134940.GM11267@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox