On Sun, May 23, 2010 at 11:02 PM, James R. Van Artsdalen
<james-freebsd-curr...@jrv.org> wrote:
> On 5/22/2010 8:25 PM, Rob Farmer wrote:
>> make release is still broken on amd64 as of svn 208373 (2010-05-21
>>> 04:52:49 -0500)
>>>
>>> That patch seems unrelated?
>>>
>> What needs done is
>> /src/release/$ARCH/boot_crunch.conf files need the relevant libraries
>> added to the libs section. I haven't tested it, but I think adding
>> -llzma there will fix the problems.
>
> That works for me, except that I had to add -lcrypto too?  I don't know
> if that's a good idea.

Yeah, I found that out too when I tested it. I've submitted a PR with
patches for all the archs:
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/146904

-- 
Rob Farmer

>
> Index: release/amd64/boot_crunch.conf
> ===================================================================
> --- release/amd64/boot_crunch.conf      (revision 208373)
> +++ release/amd64/boot_crunch.conf      (working copy)
> @@ -41,4 +41,4 @@
>
>  libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
>  libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo
> -libs -lbsdxml -larchive -lbz2 -lusb -ljail
> +libs -lbsdxml -larchive -lbz2 -lusb -ljail -llzma -lcrypto
>
>
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to