From: Bert Hubert Date: Sun, 9 Jan 2011 10:31:14 +0000 (+0000) Subject: remove more of boost dependency, fix up debian compilation X-Git-Tag: auth-3.0~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=343b16ec07bd4d9149d3d183d96220dd74808c4b;p=pdns remove more of boost dependency, fix up debian compilation git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1846 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/configure.ac b/configure.ac index 3f33ce21b..af1854508 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_LANG_CPLUSPLUS BOOST_REQUIRE([1.34]) BOOST_FOREACH -BOOST_FILESYSTEM([mt]) +#BOOST_FILESYSTEM([mt]) BOOST_PROGRAM_OPTIONS([mt]) BOOST_SERIALIZATION([mt]) #BOOST_SYSTEM([mt]) diff --git a/debian-pdns/changelog b/debian-pdns/changelog index a85af31f4..ea48a17bd 100644 --- a/debian-pdns/changelog +++ b/debian-pdns/changelog @@ -1,3 +1,9 @@ +pdns (3.0.pre-1) unstable; urgency=medium + + * fill in the blanks + + -- bert hubert Sun, 9 Jan 2011 23:23:33 +0100 + pdns (2.9.22-1) unstable; urgency=medium * fill in the blanks diff --git a/debian-pdns/rules b/debian-pdns/rules index 18e074f02..66b19385b 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -54,7 +54,7 @@ build-static stamp-build-static: --with-modules="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 geo" \ --with-dynmodules="" \ --enable-static-binaries - make + make -j4 touch stamp-build-static