]> granicus.if.org Git - pdns/commitdiff
add Botan to our static builds
authorBert Hubert <bert.hubert@netherlabs.nl>
Wed, 26 Jan 2011 00:08:25 +0000 (00:08 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Wed, 26 Jan 2011 00:08:25 +0000 (00:08 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1910 d19b8d6e-7fed-0310-83ef-9ca221ded41b

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

index a77ee0583e07a1b7bbad732b2a871bf6d3b72501..62b72ca144567d80bae6e4d8d8794ec47a13fd3d 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 \
+       --sysconfdir=/etc/powerdns --enable-botan1.9 \
        --mandir=/usr/man/ \
 && make clean && make -j4 && \
 fakeroot /bin/sh -c "rm -rf /tmp/pdns ; DESTDIR=/tmp/pdns make install-strip" &&
index 66b19385ba25b3b56650fd759477cad57c8b6476..a92c6c3b68caf95d06245a80e1d09395f9ed3a0a 100755 (executable)
@@ -53,6 +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-static-binaries 
        make -j4
        touch stamp-build-static