]> granicus.if.org Git - pdns/commitdiff
build our packages with embedded crypto++
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 1 Feb 2011 14:18:00 +0000 (14:18 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 1 Feb 2011 14:18:00 +0000 (14:18 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1955 d19b8d6e-7fed-0310-83ef-9ca221ded41b

build-scripts/rpm-build-instruction
debian-pdns/rules

index 62b72ca144567d80bae6e4d8d8794ec47a13fd3d..f3402c9553259ac76728caee4dccac1f581c27ab 100755 (executable)
@@ -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" &&
index a92c6c3b68caf95d06245a80e1d09395f9ed3a0a..fdb340710437ce55559b8af9f4b7a3d03900d88d 100755 (executable)
@@ -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