Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 10:21:04 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        Dag-Erling Smorgrav <des@FreeBSD.org>, Bruce Evans <bde@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile
Message-ID:  <20020606102104.B89287@dragon.nuxi.com>
In-Reply-To: <20020606104637.GA7253@sunbay.com>; from ru@FreeBSD.org on Thu, Jun 06, 2002 at 01:46:37PM %2B0300
References:  <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> <20020606104637.GA7253@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020606102104.B89287>