Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 13:45:53 -0800 (PST)
From:      Kris Kennaway <kris@hub.freebsd.org>
To:        Jim Bloom <bloom@acm.org>
Cc:        Satoshi - Ports Wraith - Asami <asami@FreeBSD.ORG>, ports@FreeBSD.ORG
Subject:   Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile
Message-ID:  <Pine.BSF.4.21.0001171344070.51060-100000@hub.freebsd.org>
In-Reply-To: <38838C5B.EC50719A@acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Jan 2000, Jim Bloom wrote:

> The basic problem is that some of the include files are not being found
> (ssl.h and crypto.h).  I haven't read everything closely, but I believe
> that the source uses
> 	#include <ssl.h>
> 	#include <crypto.h>
> and puts -I${PREFIX}/include/openssl (in the Makefile) in CFLAGS.  This
> might be fixed by changing the source to
> 	#include <openssl/ssl.h>
> 	#include <openssl/crypto.h>
> and having -I${PREFIX}/include in CFLAGS.

This would fix it - if they have openssl in /usr it would be picked up
automatically by the compiler, otherwise it would get it from the
port. There may be linker problems as well, though. I'll investigate
further later on.

Kris

----
"How many roads must a man walk down, before you call him a man?"
"Eight!"
"That was a rhetorical question!"
"Oh..then, seven!" -- Homer Simpson



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0001171344070.51060-100000>