git: 0670122ac134 - main - dns/bind9-devel: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 09:00:19 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0670122ac134c6dff700e76789c11000a81df64f commit 0670122ac134c6dff700e76789c11000a81df64f Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-07-07 08:26:57 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-07-07 08:59:57 +0000 dns/bind9-devel: fix build PR: 280084 --- dns/bind9-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 8ad053470db7..b6129b29c2c5 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -63,6 +63,9 @@ CONFIGURE_ARGS= --localstatedir=/var \ CONFIGURE_ENV= READLINE_CFLAGS="-L${LOCALBASE}/lib" ETCDIR= ${PREFIX}/etc/namedb +# FIXME: figure out why build fails if enabled +CONFIGURE_ARGS+= --disable-tracing + .if defined(BIND_TOOLS_SLAVE) EXTRA_PATCHES= ${PATCHDIR}/extrapatch-bind-tools CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/bind-tools