Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 20:01:52 +0100
From:      Jos Backus <Jos.Backus@nl.origin-it.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: OpenSSH for -STABLE?
Message-ID:  <19991126200152.A39178@hal.mpn.cp.philips.com>
In-Reply-To: <v0420550eb46478917a14@[195.238.21.204]>; from blk@skynet.be on Fri, Nov 26, 1999 at 06:52:42PM %2B0100
References:  <v04205505b45b1dd2e5a5@[195.238.21.204]> <4.2.0.58.19991119131954.00a8e238@mail.sstar.com> <v0420550cb4646aed45f3@[195.238.21.204]> <v0420550eb46478917a14@[195.238.21.204]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 26, 1999 at 06:52:42PM +0100, Brad Knowles wrote:
> cc -O -pipe -I/usr/ports/security/openssh/work/ssh/lib/.. 
> -I/usr/ports/security/openssh/work/ssh/lib/.. 
> -I/usr/local/usr/include -c 
> /usr/ports/security/openssh/work/ssh/lib/../authfd.c -o authfd.o
> In file included from /usr/ports/security/openssh/work/ssh/lib/../ssh.h:21,
>                   from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
> /usr/ports/security/openssh/work/ssh/lib/../rsa.h:21: openssl/bn.h: 
> No such file or directory
> /usr/ports/security/openssh/work/ssh/lib/../rsa.h:22: openssl/rsa.h: 
> No such file or directory

I sent this patch to Brian Feldman earlier today:

	--- work/ssh/Makefile.inc.orig  Fri Nov 26 19:59:42 1999
	+++ work/ssh/Makefile.inc       Fri Nov 26 19:59:59 1999
	@@ -1,4 +1,4 @@
	-CFLAGS+=       -I${.CURDIR}/..
	+CFLAGS+=       -I${PREFIX}/include -I${.CURDIR}/..

	 .include <bsd.obj.mk>
 

-- 
Jos Backus                          _/ _/_/_/  "Reliability means never
                                   _/ _/   _/   having to say you're sorry."
                                  _/ _/_/_/             -- D. J. Bernstein
                             _/  _/ _/    _/
Jos.Backus@nl.origin-it.com  _/_/  _/_/_/      use Std::Disclaimer;


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




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