Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/syslogd define OPENSSL_API_COMPAT
details: https://anonhg.NetBSD.org/src/rev/e37f608f2e4d
branches: trunk
changeset: 359382:e37f608f2e4d
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu Feb 08 18:28:42 2018 +0000
description:
define OPENSSL_API_COMPAT
(doesn't entirely unbreak build yet)
diffstat:
usr.sbin/syslogd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0212b8b68a01 -r e37f608f2e4d usr.sbin/syslogd/Makefile
--- a/usr.sbin/syslogd/Makefile Thu Feb 08 17:45:29 2018 +0000
+++ b/usr.sbin/syslogd/Makefile Thu Feb 08 18:28:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/05/21 15:28:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/08 18:28:42 jakllsch Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -22,6 +22,7 @@
.endif
CPPFLAGS+=-DLIBWRAP
+CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
LDADD+= -lwrap
DPADD+= ${LIBWRAP}
Home |
Main Index |
Thread Index |
Old Index