Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/unbound/lib/libunbound libunbound: Now we use l...



details:   https://anonhg.NetBSD.org/src/rev/7fe3b412a2ec
branches:  trunk
changeset: 948837:7fe3b412a2ec
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Jan 01 20:38:36 2021 +0000

description:
libunbound: Now we use libevent, don't build mini_event or winsock_event.

diffstat:

 external/bsd/unbound/lib/libunbound/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 2f7396a805b5 -r 7fe3b412a2ec external/bsd/unbound/lib/libunbound/Makefile
--- a/external/bsd/unbound/lib/libunbound/Makefile      Fri Jan 01 20:16:16 2021 +0000
+++ b/external/bsd/unbound/lib/libunbound/Makefile      Fri Jan 01 20:38:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/05/26 02:49:12 christos Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/01 20:38:36 roy Exp $
 
 .include <bsd.init.mk>
 
@@ -55,7 +55,6 @@
 lookup3.c \
 lruhash.c \
 mesh.c \
-mini_event.c \
 modstack.c \
 module.c \
 msgencode.c \
@@ -93,7 +92,6 @@
 val_utils.c \
 validator.c \
 view.c \
-winsock_event.c \
 wire2str.c
 
 LIBDPLIBS+= ${DPLIBS}



Home | Main Index | Thread Index | Old Index