[Buildroot] [Bug 5378] dropbear Makefile broken

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 10 20:05:14 UTC 2012


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

--- Comment #5 from Mike Frysinger <vapier at gentoo.org> 2012-09-10 20:05:14 UTC ---
(In reply to comment #1)

it would be better to fix Makefile.in itself and then send the fix upstream

(In reply to comment #2)

make has implicit rules to handle "-lfoo" in its dependency list.  so dropbear
does this:

dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) @CRYPTLIB@
...
dropbear: $(dropbearobjs)

this expands into:
dropbear: ... -lcrypt

and make executes its implicit code to try and find /usr/lib/libcrypt.a.  if
you don't have that, it'll fail.

-- 
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