From owner-freebsd-current Wed Jun 5 15:57:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id DCBDD37B404 for ; Wed, 5 Jun 2002 15:57:42 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g55MvfRs046815; Wed, 5 Jun 2002 15:57:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g55Mvfs6046814; Wed, 5 Jun 2002 15:57:41 -0700 (PDT) Date: Wed, 5 Jun 2002 15:57:41 -0700 From: Steve Kargl To: Scott Long Cc: Dag-Erling Smorgrav , Michael Nottebrock , freebsd-current Subject: Re: buildworld failure in libfetch Message-ID: <20020605155741.A44228@troutmask.apl.washington.edu> References: <3CFE4428.5010309@gmx.net> <3CFE4C85.4080604@gmx.net> <20020605224455.GA14866@hollin.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605224455.GA14866@hollin.btc.adaptec.com>; from scott_long@btc.adaptec.com on Wed, Jun 05, 2002 at 04:44:55PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 04:44:55PM -0600, Scott Long wrote: > Ok, I finally feel the need to speak up here. > I sent this patch to DES in private email, but it fixes world. Watch for cut-n-paste problems. troutmask:root[249] diff -u Makefile.inc1.orig Makefile.inc1 --- Makefile.inc1.orig Wed Jun 5 14:24:15 2002 +++ Makefile.inc1 Wed Jun 5 14:27:26 2002 @@ -720,6 +720,9 @@ _prebuild_libs+= secure/lib/libssh secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L .endif +.if !defined(NO_OPENSSL) +_prebuild_libs+= secure/lib/libssl +.endif _generic_libs+= secure/lib .endif -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message