From owner-cvs-all Thu Jun 6 10:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 3DF4737B405; Thu, 6 Jun 2002 10:24:15 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g56HOEJn089406; Thu, 6 Jun 2002 10:24:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g56HOEH4089405; Thu, 6 Jun 2002 10:24:14 -0700 (PDT) Date: Thu, 6 Jun 2002 10:24:14 -0700 From: "David O'Brien" To: Ruslan Ermilov , Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile Message-ID: <20020606102414.C89287@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> <20020606104637.GA7253@sunbay.com> <20020606102104.B89287@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606102104.B89287@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Jun 06, 2002 at 10:21:04AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 10:21:04AM -0700, David O'Brien wrote: > On Thu, Jun 06, 2002 at 01:46:37PM +0300, Ruslan Ermilov wrote: > > .if !defined(NOCRYPT) && !defined(NOSECURE) > > -_prebuild_libs+= secure/lib/libcrypto > > +.if !defined(NO_OPENSSL) > > +_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl > > +.endif > > You need to also test NOSECURE. NO_OPENSSL is on a subset of NOSECURE. Never mind, the surrounding .if !defined(NOCRYPT) && !defined(NOSECURE) already does that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message