Re: better way to build libraries..

From: Ruslan Ermilov <ru_at_FreeBSD.org>
Date: Fri, 29 Sep 2006 12:27:13 +0400
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:
> 
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,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Fri Sep 29 2006 - 06:27:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:00 UTC