On Tue, May 25, 2010 at 05:48:18PM +0000, Xin LI wrote:
> Author: delphij
> Date: Tue May 25 17:48:17 2010
> New Revision: 208545
> URL: http://svn.freebsd.org/changeset/base/208545
> 
> Log:
>   libarchive now needs libcrypto and liblzma.
> 
> Modified:
>   head/release/amd64/boot_crunch.conf
>   head/release/i386/boot_crunch.conf
>   head/release/ia64/boot_crunch.conf
>   head/release/pc98/boot_crunch.conf
>   head/release/powerpc/boot_crunch.conf
>   head/release/sparc64/boot_crunch.conf
>   head/release/sun4v/boot_crunch.conf
> 
> Modified: head/release/amd64/boot_crunch.conf
> ==============================================================================
> --- head/release/amd64/boot_crunch.conf       Tue May 25 17:43:23 2010        
> (r208544)
> +++ head/release/amd64/boot_crunch.conf       Tue May 25 17:48:17 2010        
> (r208545)
> @@ -39,6 +39,6 @@ progs ppp
>  progs sysinstall
>  progs usbconfig
>  
> -libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
> +libs -ll -ledit -lutil -lmd -lcrypt -lcrypto -lftpio -lz -lnetgraph
>  libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo
> -libs -lbsdxml -larchive -lbz2 -lusb -ljail
> +libs -lbsdxml -larchive -lbz2 -llzma -lusb -ljail
> 

Hrm, wasn't the idea to keep libcrypto and crypto in general
out of the install image (see the RELEASE_CRUNCH bits in various
Makefiles) in order to be able use them regardless of crypto
export/import restrictions?

Marius

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to