Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 17:51:57 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r338915 - projects/openssl111/usr.sbin/ntp/libntpevent
Message-ID:  <201809241751.w8OHpv2E032120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241751.w8OHpv2E032120>