svn commit: r338915 - projects/openssl111/usr.sbin/ntp/libntpevent

Ed Maste emaste at FreeBSD.org
Mon Sep 24 17:51:57 UTC 2018


Author: emaste
Date: Mon Sep 24 17:51:56 2018
New Revision: 338915
URL: https://svnweb.freebsd.org/changeset/base/338915

Log:
  Switch ntp's embedded libevent to 2.1.18
  
  For OpenSSL 1.1.1 compatibility.
  
  Sponsored by:	The FreeBSD Foundation.

Modified:
  projects/openssl111/usr.sbin/ntp/libntpevent/Makefile

Modified: projects/openssl111/usr.sbin/ntp/libntpevent/Makefile
==============================================================================
--- projects/openssl111/usr.sbin/ntp/libntpevent/Makefile	Mon Sep 24 17:41:29 2018	(r338914)
+++ projects/openssl111/usr.sbin/ntp/libntpevent/Makefile	Mon Sep 24 17:51:56 2018	(r338915)
@@ -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


More information about the svn-src-projects mailing list