Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2006 12:27:13 +0400
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Subject:   Re: better way to build libraries..
Message-ID:  <20060929082713.GD86237@rambler-co.ru>
In-Reply-To: <20060928231816.GI80527@funkthat.com>
References:  <20060928231816.GI80527@funkthat.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--eheScQNz3K90DVRs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

On Thu, Sep 28, 2006 at 04:18:16PM -0700, John-Mark Gurney wrote:
> With the recent libcrypto upgrade, I found out that we can't build
> libraries (that have special headers) w/o doing a buildworld...  This
> isn't very good as the latest SA requires people to do a buildworld
> to get the new library..  With a bit of advice from Kris Kennaway,
> I came up w/ the following patch:
>=20
Don't ever think about committing this!  ;-)

Try this instead (with unpatched sources):

cd /usr/src/secure/lib/libcrypto
make obj
make includes
make depend
make all
make install


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--eheScQNz3K90DVRs
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFHNjhqRfpzJluFF4RAv9ZAJ9dEuxW/R6W00KCaJYA0UpraTRAEACcDCvP
ltMbQ18LYUxEx0VvS4g8xOc=
=cZF0
-----END PGP SIGNATURE-----

--eheScQNz3K90DVRs--



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