Date: Fri, 24 Sep 2004 23:33:15 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: sam <sam.wun@authtec.net> Cc: current@freebsd.org Subject: Re: How to remove openssl during make world Message-ID: <20040924203315.GO63720@ip.net.ua> In-Reply-To: <41539636.3060204@authtec.net> References: <41539636.3060204@authtec.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBVISLqRfpzJluFF4RAvH2AJwIW5BolOFIuN2Z3i6Fiyo4Bv7GcgCglJBF 33o3dg72gDGco2kdJJjIMWg= =Smuy -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040924203315.GO63720>
