Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/racoon needs the OpenSSL-1.1 api to build



details:   https://anonhg.NetBSD.org/src/rev/7c3069a54ba0
branches:  trunk
changeset: 829645:7c3069a54ba0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 07 13:16:50 2018 +0000

description:
needs the OpenSSL-1.1 api to build

diffstat:

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

diffs (17 lines):

diff -r 76d9af41cf88 -r 7c3069a54ba0 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile  Wed Feb 07 13:16:25 2018 +0000
+++ b/usr.sbin/racoon/Makefile  Wed Feb 07 13:16:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/05/21 14:20:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.31 2018/02/07 13:16:50 christos Exp $
 
 WARNS?=        0       # XXX third-party program, many issues
 NOCLANGERROR=  # defined
@@ -30,6 +30,7 @@
 CPPFLAGS+= -DIPSEC_DEBUG -DHAVE_CONFIG_H -DENABLE_WILDCARD_MATCH
 CPPFLAGS+= -DADMINPORTDIR=\"/var/run\"
 CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"
+CPPFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
 
 LDADD+= -ll -ly -lipsec -lutil
 DPADD+= ${LIBL} ${LIBY} ${LIBCRYPTO} ${LIBUTIL}



Home | Main Index | Thread Index | Old Index