How to remove openssl during make world

Ruslan Ermilov ru at freebsd.org
Fri Sep 24 13:33:36 PDT 2004


On Fri, Sep 24, 2004 at 11:36:22AM +0800, sam wrote:
> Hi,
> 
> Can I still use make.conf to instruct make buildworld and make release 
> do not build openssl when making my own release?
> 
Yes, you do it by having NO_OPENSSL defined (even empty value).

> I want to define NO_OPENSSL=true in the make.conf file, but not sure 
> whether it is still valid.
> 
For buildworld, you can put it in /etc/make.conf.
For "make release", you probably want it this way:

	make release ... WORLD_FLAGS=-DNO_OPENSSL


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/20040924/2d3cdf07/attachment.bin


More information about the freebsd-current mailing list