better way to build libraries..

Ruslan Ermilov ru at FreeBSD.org
Fri Sep 29 01:27:16 PDT 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20060929/b90b7e25/attachment.pgp


More information about the freebsd-current mailing list