pkgsrc-WIP-changes archive

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

net/powerdns-recursor52 Fix for boost.



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Mon Sep 15 09:38:40 2025 +0200
Changeset:	3e06a1e9c1a012155efb9f8fb355827aa81f9977

Modified Files:
	powerdns-recursor52/Makefile

Log Message:
net/powerdns-recursor52 Fix for boost.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e06a1e9c1a012155efb9f8fb355827aa81f9977

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

diffstat:
 powerdns-recursor52/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/powerdns-recursor52/Makefile b/powerdns-recursor52/Makefile
index 6ae34614e0..c6a584f5b9 100644
--- a/powerdns-recursor52/Makefile
+++ b/powerdns-recursor52/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	pdns-recursor-5.2.5
-#PKGREVISION=	1
+PKGREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=	.tar.bz2
@@ -20,6 +20,7 @@ USE_CXX_FEATURES+=	c++17
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--with-libsodium
 CONFIGURE_ARGS+=	--enable-dns-over-tls
+CONFIGURE_ARGS+=        --with-boost=${BUILDLINK_PREFIX.boost-headers}
 
 CHECK_WRKREF_SKIP+=	sbin/pdns_recursor
 


Home | Main Index | Thread Index | Old Index