Switch ntp's embedded libevent to 2.1.18

For OpenSSL 1.1.1 compatibility.

Sponsored by:	The FreeBSD Foundation.
This commit is contained in:
Ed Maste 2018-09-24 17:51:56 +00:00
parent f874fbd8e8
commit 9f9d314d11

View File

@ -1,6 +1,6 @@
# $FreeBSD$
.PATH: ${SRCTOP}/contrib/ntp/sntp/libevent
.PATH: ${SRCTOP}/contrib/libevent
LIB= ntpevent
INTERNALLIB=
@ -26,7 +26,7 @@ NTP_ATOMIC=noatomic
.endif
CFLAGS+= -I${SRCTOP}/contrib/ntp/include \
-I${SRCTOP}/contrib/ntp/sntp/libevent/include \
-I${SRCTOP}/contrib/libevent/include \
-I${.CURDIR}/
CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H