Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto Remove -I line for no longer extant directory. The O...



details:   https://anonhg.NetBSD.org/src/rev/fa99642f8d1f
branches:  trunk
changeset: 747600:fa99642f8d1f
user:      tls <tls%NetBSD.org@localhost>
date:      Wed Sep 23 04:02:28 2009 +0000

description:
Remove -I line for no longer extant directory.  The OpenSSL libraries
built here, unsurprisingly enough, still build and work exactly the
same.

diffstat:

 crypto/Makefile.openssl |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f9068247a379 -r fa99642f8d1f crypto/Makefile.openssl
--- a/crypto/Makefile.openssl   Tue Sep 22 16:46:15 2009 +0000
+++ b/crypto/Makefile.openssl   Wed Sep 23 04:02:28 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.openssl,v 1.9 2009/07/19 23:34:00 christos Exp $
+#      $NetBSD: Makefile.openssl,v 1.10 2009/09/23 04:02:28 tls Exp $
 
 .ifndef _MAKEFILE_OPENSSL_INCLUDED
 _MAKEFILE_OPENSSL_INCLUDED=1
@@ -9,6 +9,5 @@
 CPPFLAGS+=     -DOPENSSLDIR=\"/etc/openssl\"
 CPPFLAGS+=     -DENGINESDIR=\"/usr/lib/openssl\"
 CPPFLAGS+=     -DDSO_DLFCN -DHAVE_DLFCN_H
-CPPFLAGS+=     -I${CRYPTODIST}/openssl/crypto
 
 .endif



Home | Main Index | Thread Index | Old Index