From 986243562c423f19d2bea6b0f31d86c4a4c096af Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 1 Nov 2013 13:31:27 +0100 Subject: [PATCH] drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is what we build on --- debian-pdns/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-pdns/rules b/debian-pdns/rules index 2be8b2df6..06d7c8d34 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -53,7 +53,7 @@ build-static stamp-build-static: --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ --with-modules="gmysql gpgsql pipe gsqlite3 lua geo tinydns mydns opendbx remote" \ --with-dynmodules="" \ - --enable-botan1.10 --enable-cryptopp \ + --enable-botan1.10 \ --enable-static-binaries \ --enable-tools make -j4 -- 2.50.1