From bbd9c0925563607047587a4e379ab9fff27e891a Mon Sep 17 00:00:00 2001 From: jca Date: Mon, 20 Nov 2017 14:25:30 +0000 Subject: [PATCH] Re-enable fast zone parser with clang --- net/knot/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/knot/Makefile b/net/knot/Makefile index c8ae60afd10..09440de7331 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2017/11/16 23:20:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.21 2017/11/20 14:25:30 jca Exp $ COMMENT = authoritative DNS server DISTNAME = knot-2.4.5 -REVISION = 0 +REVISION = 1 SHARED_LIBS += zscanner 1.0 # .1.0 SHARED_LIBS += knot 1.1 # .5.0 @@ -41,6 +41,8 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS += --with-storage=${LOCALSTATEDIR}/db/knot \ --with-libidn \ --disable-dnstap +# Disable workaround for old clang versions. +CONFIGURE_ARGS += --enable-fastparser=force CONFIGURE_ENV = ac_cv_path_PDFLATEX="false" \ ac_cv_path_SPHINXBUILD="false"