Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh Sync the HAVE's with reality



details:   https://anonhg.NetBSD.org/src/rev/9f2e0214f8c0
branches:  trunk
changeset: 336445:9f2e0214f8c0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 01 21:00:40 2015 +0000

description:
Sync the HAVE's with reality

diffstat:

 crypto/external/bsd/openssh/Makefile.inc |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 508524ca4691 -r 9f2e0214f8c0 crypto/external/bsd/openssh/Makefile.inc
--- a/crypto/external/bsd/openssh/Makefile.inc  Sun Mar 01 18:02:42 2015 +0000
+++ b/crypto/external/bsd/openssh/Makefile.inc  Sun Mar 01 21:00:40 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2015/01/16 20:17:49 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2015/03/01 21:00:40 christos Exp $
 
 WARNS?=        4
 
@@ -9,7 +9,13 @@
 
 SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
 
-CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP -DHAVE_MMAP -DHAVE_OPENPTY
+CPPFLAGS+=-I${SSHDIST}
+
+CPPFLAGS+=-DHAVE_DLOPEN
+CPPFLAGS+=-DHAVE_HEADER_AD
+CPPFLAGS+=-DHAVE_LOGIN_CAP
+CPPFLAGS+=-DHAVE_STDLIB_H
+
 CPPFLAGS+=-DWITH_SSH1 -DWITH_OPENSSL -DENABLE_PKCS11 -D_OPENBSD_SOURCE
 .if !defined(NOPIC)
 CPPFLAGS+=-DHAVE_DLOPEN



Home | Main Index | Thread Index | Old Index