--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" &&
--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