From: Bert Hubert Date: Tue, 1 Feb 2011 14:18:00 +0000 (+0000) Subject: build our packages with embedded crypto++ X-Git-Tag: auth-3.0~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7536cfd176e2b01609c4ba2fe9b2e681af7d18fb;p=pdns build our packages with embedded crypto++ git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1955 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/build-scripts/rpm-build-instruction b/build-scripts/rpm-build-instruction index 62b72ca14..f3402c955 100755 --- a/build-scripts/rpm-build-instruction +++ b/build-scripts/rpm-build-instruction @@ -6,7 +6,7 @@ CC="ccache gcc" CXX="ccache g++" ./configure \ --enable-static-binaries \ --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ --prefix=/usr \ - --sysconfdir=/etc/powerdns --enable-botan1.9 \ + --sysconfdir=/etc/powerdns --enable-botan1.9 --enable-cryptopp \ --mandir=/usr/man/ \ && make clean && make -j4 && \ fakeroot /bin/sh -c "rm -rf /tmp/pdns ; DESTDIR=/tmp/pdns make install-strip" && diff --git a/debian-pdns/rules b/debian-pdns/rules index a92c6c3b6..fdb340710 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="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 geo" \ --with-dynmodules="" \ - --enable-botan1.9 \ + --enable-botan1.9 --enable-cryptopp \ --enable-static-binaries make -j4 touch stamp-build-static