summaryrefslogtreecommitdiff
path: root/net/powerdns/patches/patch-pdns_version.cc
blob: ea0308c931df12bac95368265def7e587147a422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-pdns_version.cc,v 1.2 2020/03/17 19:04:49 adam Exp $

Do not store configure args, as they contain workdir references.

--- pdns/version.cc.orig	2020-02-29 22:23:50.000000000 +0000
+++ pdns/version.cc
@@ -145,7 +145,7 @@ void showBuildConfiguration()
   // Auth only
   g_log<<Logger::Warning<<"Built-in modules: "<<PDNS_MODULES<<endl;
 #endif
-#ifdef PDNS_CONFIG_ARGS
+#if 0
 #define double_escape(s) #s
 #define escape_quotes(s) double_escape(s)
   g_log<<Logger::Warning<<"Configured with: "<<escape_quotes(PDNS_CONFIG_ARGS)<<endl;