Module Name:    src
Committed By:   jakllsch
Date:           Thu Feb  8 18:28:42 UTC 2018

Modified Files:
        src/usr.sbin/syslogd: Makefile

Log Message:
define OPENSSL_API_COMPAT

(doesn't entirely unbreak build yet)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/syslogd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/syslogd/Makefile
diff -u src/usr.sbin/syslogd/Makefile:1.25 src/usr.sbin/syslogd/Makefile:1.26
--- src/usr.sbin/syslogd/Makefile:1.25	Sun May 21 15:28:43 2017
+++ src/usr.sbin/syslogd/Makefile	Thu Feb  8 18:28:42 2018
@@ -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 @@ CPPFLAGS+=-DINET6
 .endif
 
 CPPFLAGS+=-DLIBWRAP
+CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
 LDADD+=	-lwrap
 DPADD+=	${LIBWRAP}
 

Reply via email to