On Sat, May 30, 2009 at 07:08:16AM +0000, Tim Kientzle wrote:
> Author: kientzle
> Date: Sat May 30 07:08:16 2009
> New Revision: 193083
> URL: http://svn.freebsd.org/changeset/base/193083
> 
> Log:
>   Link libarchive against -lmd and -lcrypto.
>   
>   Thanks to Ed Schouten for the clue.
> 
> Modified:
>   head/lib/libarchive/Makefile
> 
> Modified: head/lib/libarchive/Makefile
> ==============================================================================
> --- head/lib/libarchive/Makefile      Sat May 30 06:37:03 2009        
> (r193082)
> +++ head/lib/libarchive/Makefile      Sat May 30 07:08:16 2009        
> (r193083)
> @@ -3,7 +3,7 @@
>  
>  LIB= archive
>  DPADD=       ${LIBBZ2} ${LIBZ}
> -LDADD=       -lbz2 -lz
> +LDADD=       -lbz2 -lz -lmd
I think that you need to update DPADD too.

Attachment: pgpOKNHV7URFB.pgp
Description: PGP signature



Reply via email to