Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 09:10:13 GMT
From:      Ralf van der Enden <tremere@cainites.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/159617: [MAINTAINER] dns/powerdns: fix compilation of the sqlite3 backend
Message-ID:  <201108090910.p799ADmc038005@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159617; it has been noted by GNATS.

From: Ralf van der Enden <tremere@cainites.net>
To: bug-followup@FreeBSD.org, tremere@cainites.net
Cc:  
Subject: Re: ports/159617: [MAINTAINER] dns/powerdns: fix compilation of the
 sqlite3 backend
Date: Tue, 09 Aug 2011 11:03:22 +0200

 This is a multi-part message in MIME format.
 --------------060103070009090004010600
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
 Please add the attached patch as well.
 
 It fixes compilation on systems that don't have math/gmp installed. 
 Botan has the GMP engine enabled by default, which is why I missed this 
 one myself. PDNS doesn't require the GMP library though.
 
 Thanks in advance and sorry for any inconvenience.
 
 Best regards,
 
 Ralf van der Enden
 
 --------------060103070009090004010600
 Content-Type: text/plain;
  name="powerdns-3.0-1.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="powerdns-3.0-1.patch"
 
 diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/patch-pdns_Makefile_in /usr/ports/dns/powerdns/files/patch-pdns_Makefile_in
 --- /usr/ports/dns/powerdns.orig/files/patch-pdns_Makefile_in	1970-01-01 01:00:00.000000000 +0100
 +++ /usr/ports/dns/powerdns/files/patch-pdns_Makefile_in	2011-08-09 10:12:20.000000000 +0200
 @@ -0,0 +1,22 @@
 +--- pdns/Makefile.in.orig	2011-07-22 13:26:07.000000000 +0200
 ++++ pdns/Makefile.in	2011-08-09 10:11:41.000000000 +0200
 +@@ -51,15 +51,15 @@
 + 	dnslog$(EXEEXT) nproxy$(EXEEXT) notify$(EXEEXT) \
 + 	pdnssec$(EXEEXT) dnsbulktest$(EXEEXT)
 + @BOTAN19_TRUE@am__append_1 = botan19signers.cc botansigners.cc
 +-@BOTAN19_TRUE@am__append_2 = -lbotan -lgmp
 ++@BOTAN19_TRUE@am__append_2 = -lbotan
 + @BOTAN18_TRUE@am__append_3 = botan18signers.cc botansigners.cc
 +-@BOTAN18_TRUE@am__append_4 = -lbotan -lgmp
 ++@BOTAN18_TRUE@am__append_4 = -lbotan
 + @CRYPTOPP_TRUE@am__append_5 = cryptoppsigners.cc
 + @CRYPTOPP_TRUE@am__append_6 = -lcryptopp
 + @BOTAN19_TRUE@am__append_7 = botan19signers.cc botansigners.cc
 +-@BOTAN19_TRUE@am__append_8 = -lbotan -lgmp
 ++@BOTAN19_TRUE@am__append_8 = -lbotan
 + @BOTAN18_TRUE@am__append_9 = botan18signers.cc botansigners.cc
 +-@BOTAN18_TRUE@am__append_10 = -lbotan -lgmp
 ++@BOTAN18_TRUE@am__append_10 = -lbotan
 + @CRYPTOPP_TRUE@am__append_11 = cryptoppsigners.cc
 + @CRYPTOPP_TRUE@am__append_12 = -lcryptopp
 + subdir = pdns
 
 --------------060103070009090004010600--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108090910.p799ADmc038005>