cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/sign Makefile README check.c common.c extern.h gzip.c gzip.h main.c pgp.h pgp_check.c pgp_sign.c pkg_sign.1 sha1.c sign.c stand.c stand.h x509.c

Florent Thoumie flz at FreeBSD.org
Mon Mar 31 07:11:10 PDT 2008


On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik <pav at freebsd.org> wrote:
> On Mon, 31 Mar 2008 12:45:18 +0000 (UTC), Florent Thoumie wrote
>
> > flz         2008-03-31 12:45:18 UTC
>  >
>  >   FreeBSD src repository
>  >
>  >   Modified files:
>  >     usr.sbin/pkg_install Makefile
>  >   Removed files:
>  >     usr.sbin/pkg_install/sign Makefile README check.c common.c
>  >                               extern.h gzip.c gzip.h main.c pgp.h
>  >                               pgp_check.c pgp_sign.c pkg_sign.1
>  >                               sha1.c sign.c stand.c stand.h x509.c
>  >   Log:
>  >   Retire pkg_sign. It was used to embed signatures in gzip'ed packages.
>  >   It's not relevant since we've changed to bzip2 compression.
>
>  Yay!
>
>  Is the -lssl -lcrypto needed for anything else? If not, could you yank it out
>  from pkg_install/Makefile.inc ?

If it links against libfetch and MK_OPENSSL!=no, it will link against
libssl and libcrypto.

Now I guess it's just a matter of explicit linking (if you remove
those references, it still builds fine).

-- 
Florent Thoumie
flz at FreeBSD.org
FreeBSD Committer


More information about the cvs-src mailing list