git: 06693584b1e2 - 2024Q3 - dns/bind9-devel: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 09:10:41 UTC
The branch 2024Q3 has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06693584b1e2bcebf5718a2068a0c30ea4e441d9
commit 06693584b1e2bcebf5718a2068a0c30ea4e441d9
Author: Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-07-07 08:26:57 +0000
Commit: Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-07-07 09:10:02 +0000
dns/bind9-devel: fix build
PR: 280084
(cherry picked from commit 0670122ac134c6dff700e76789c11000a81df64f)
---
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