]> granicus.if.org Git - pdns/commitdiff
remove more of boost dependency, fix up debian compilation
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 10:31:14 +0000 (10:31 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 10:31:14 +0000 (10:31 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1846 d19b8d6e-7fed-0310-83ef-9ca221ded41b

configure.ac
debian-pdns/changelog
debian-pdns/rules

index 3f33ce21b85bd3b06dc82bd9ebef716eef9e5e69..af18545085fce8019695e46529a2d89c9999887a 100644 (file)
@@ -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])
index a85af31f4473de175b1c335b8bf47f83eb8bf123..ea48a17bd7512f09fd1f1839ba4d2c0797b76f80 100644 (file)
@@ -1,3 +1,9 @@
+pdns (3.0.pre-1) unstable; urgency=medium
+
+  * fill in the blanks
+
+ -- bert hubert <bert.hubert@netherlabs.nl>  Sun, 9 Jan 2011 23:23:33 +0100
+
 pdns (2.9.22-1) unstable; urgency=medium
 
   * fill in the blanks
index 18e074f028c2554b19f87d3796c688792806d5ca..66b19385ba25b3b56650fd759477cad57c8b6476 100755 (executable)
@@ -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