Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/syslogd only set api compat for 1.0



details:   https://anonhg.NetBSD.org/src/rev/490cd9e3a897
branches:  trunk
changeset: 359411:490cd9e3a897
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 09 02:23:32 2018 +0000

description:
only set api compat for 1.0

diffstat:

 usr.sbin/syslogd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b45d3333d2dc -r 490cd9e3a897 usr.sbin/syslogd/Makefile
--- a/usr.sbin/syslogd/Makefile Fri Feb 09 01:54:46 2018 +0000
+++ b/usr.sbin/syslogd/Makefile Fri Feb 09 02:23:32 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2018/02/08 18:28:42 jakllsch Exp $
+#      $NetBSD: Makefile,v 1.27 2018/02/09 02:23:32 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 .include <bsd.own.mk>
 
@@ -22,7 +22,9 @@
 .endif
 
 CPPFLAGS+=-DLIBWRAP
+.if ${HAVE_OPENSSL} < 11
 CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
+.endif
 LDADD+=        -lwrap
 DPADD+=        ${LIBWRAP}
 



Home | Main Index | Thread Index | Old Index