Upgrade Unbound to 1.6.1. More to follow.

This commit is contained in:
des 2018-05-12 14:04:30 +00:00
parent 1695a02fac
commit 0ad3231fad
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ SRCS= alloc.c as112.c autotrust.c cachedb.c config_file.c configlexer.l \
val_utils.c validator.c view.c winsock_event.c wire2str.c
WARNS?= 3
NO_WTHREAD_SAFETY= true
LIBADD= ssl crypto pthread

View File

@ -1,6 +1,7 @@
# $FreeBSD$
NO_WERROR= true
NO_WERROR= true
NO_WTHREAD_SAFETY= true
PACKAGE= unbound
.include "../Makefile.inc"