Subject: Re: Openssl build changes
To: None <tech-toolchain@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: tech-toolchain
Date: 12/10/2005 21:32:40
--yNb1oOkm5a9FJOVX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Heh, as always when you reach a nice, complex solution ... you probably
have overlooked something simple.

I can't remember why I didn't test this before (Christos hinted at it,
but I misunderstood him) - the attached simple patch fixes the problem
too. Is there anything wrong with it?

Martin

--yNb1oOkm5a9FJOVX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

Index: Makefile
===================================================================
RCS file: /cvsroot/src/lib/libcrypto/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	25 Nov 2005 20:34:31 -0000	1.43
+++ Makefile	10 Dec 2005 20:29:21 -0000
@@ -28,6 +28,7 @@
 
 LIB=	crypto
 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
+CPPFLAGS+= -I${DESTDIR}/usr/include
 
 CRYPTODIST=	${NETBSDSRCDIR}/crypto/dist
 

--yNb1oOkm5a9FJOVX--