Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2002 15:57:41 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Scott Long <scott_long@btc.adaptec.com>
Cc:        Dag-Erling Smorgrav <des@ofug.org>, Michael Nottebrock <michaelnottebrock@gmx.net>, freebsd-current <freebsd-current@FreeBSD.ORG>
Subject:   Re: buildworld failure in libfetch
Message-ID:  <20020605155741.A44228@troutmask.apl.washington.edu>
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
References:  <3CFE4428.5010309@gmx.net> <3CFE4C85.4080604@gmx.net> <xzpu1ohzahd.fsf@flood.ping.uio.no> <20020605224455.GA14866@hollin.btc.adaptec.com>

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




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