Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 14:44:35 +0100
From:      "Florent Thoumie" <flz@FreeBSD.org>
To:        "Pav Lucistnik" <pav@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: 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
Message-ID:  <a01628140803310644s54eeef67w2da058727e058820@mail.gmail.com>
In-Reply-To: <20080331125802.M816@FreeBSD.org>
References:  <200803311245.m2VCjICB008584@repoman.freebsd.org> <20080331125802.M816@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 31, 2008 at 1:58 PM, Pav Lucistnik <pav@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@FreeBSD.org
FreeBSD Committer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a01628140803310644s54eeef67w2da058727e058820>