From: Peter van Dijk Date: Fri, 1 Nov 2013 12:31:27 +0000 (+0100) Subject: drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is... X-Git-Tag: auth-3.3.1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad67d0ed046af4b6bfce5d44b7f3ed2152b3ae8f;p=pdns drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is what we build on --- diff --git a/debian-pdns/rules b/debian-pdns/rules index 02598ac79..a9dc6f83f 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