Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2002 21:45:55 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: buildworld failure in libfetch
Message-ID:  <20020605214555.A48507@troutmask.apl.washington.edu>
In-Reply-To: <7m8z5t59y4.wl@black.imgsrc.co.jp>; from kuriyama@imgsrc.co.jp on Thu, Jun 06, 2002 at 01:04:51PM %2B0900
References:  <3CFE4428.5010309@gmx.net> <7m8z5t59y4.wl@black.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 06, 2002 at 01:04:51PM +0900, Jun Kuriyama wrote:
> 
> This seems not yet fixed even after libfetch commit.
> 
> U lib/libfetch/Makefile
> U lib/libfetch/common.c
> U lib/libfetch/common.h
> U lib/libfetch/http.c
> U usr.bin/fetch/Makefile
> 
> 


--- /usr/src/Makefile.inc1.orig	Wed Jun  5 14:24:15 2002
+++ /usr/src/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?20020605214555.A48507>