pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dnsdist



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 15 07:37:27 UTC 2025

Modified Files:
        pkgsrc/net/dnsdist: Makefile

Log Message:
dnsdist: fix boost detection on -current and NetBSD 11


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/dnsdist/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnsdist/Makefile
diff -u pkgsrc/net/dnsdist/Makefile:1.38 pkgsrc/net/dnsdist/Makefile:1.39
--- pkgsrc/net/dnsdist/Makefile:1.38    Sun Aug 24 16:36:18 2025
+++ pkgsrc/net/dnsdist/Makefile Mon Sep 15 07:37:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2025/08/24 16:36:18 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/09/15 07:37:27 wiz Exp $
 
 DISTNAME=      dnsdist-2.0.0
 PKGREVISION=   1
@@ -43,6 +43,7 @@ CONFIGURE_ARGS+=      --with-re2
 CONFIGURE_ARGS+=       --without-net-snmp
 CONFIGURE_ARGS+=       --enable-dns-over-https
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-headers}
 
 .include "../../mk/readline.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index