From owner-freebsd-current@FreeBSD.ORG Fri Sep 24 20:33:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9640516A4CF for ; Fri, 24 Sep 2004 20:33:36 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A658C43D45 for ; Fri, 24 Sep 2004 20:33:35 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (oak.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8OKXOW4026717; Fri, 24 Sep 2004 23:33:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 29099-01; Fri, 24 Sep 2004 23:33:23 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8OKXNdi026711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Sep 2004 23:33:23 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8OKXGqb078347; Fri, 24 Sep 2004 23:33:16 +0300 (EEST) (envelope-from ru) Date: Fri, 24 Sep 2004 23:33:15 +0300 From: Ruslan Ermilov To: sam Message-ID: <20040924203315.GO63720@ip.net.ua> References: <41539636.3060204@authtec.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tk6xM/wkRlnXD2NA" Content-Disposition: inline In-Reply-To: <41539636.3060204@authtec.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: current@freebsd.org Subject: Re: How to remove openssl during make world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 20:33:36 -0000 --tk6xM/wkRlnXD2NA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 24, 2004 at 11:36:22AM +0800, sam wrote: > Hi, >=20 > Can I still use make.conf to instruct make buildworld and make release=20 > do not build openssl when making my own release? >=20 Yes, you do it by having NO_OPENSSL defined (even empty value). > I want to define NO_OPENSSL=3Dtrue in the make.conf file, but not sure=20 > whether it is still valid. >=20 For buildworld, you can put it in /etc/make.conf. For "make release", you probably want it this way: make release ... WORLD_FLAGS=3D-DNO_OPENSSL Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --tk6xM/wkRlnXD2NA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBVISLqRfpzJluFF4RAvH2AJwIW5BolOFIuN2Z3i6Fiyo4Bv7GcgCglJBF 33o3dg72gDGco2kdJJjIMWg= =Smuy -----END PGP SIGNATURE----- --tk6xM/wkRlnXD2NA--