]> granicus.if.org Git - pdns/commitdiff
latest updates for geobackend
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 28 Feb 2004 20:47:28 +0000 (20:47 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 28 Feb 2004 20:47:28 +0000 (20:47 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@238 d19b8d6e-7fed-0310-83ef-9ca221ded41b

build-scripts/rpm-build-instruction
build-scripts/tar-gz-build-instruction
configure.in
debian/rules
pdns/docs/pdns.sgml

index f1d0a65a1f2b617c5a20177af70dff6da02063ca..7b0c9b6925b2f7751da08d13095e10166145da51 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-./configure --with-modules="mysql gmysql gpgsql gsqlite pipe pdns xdb" \
+./configure --with-modules="mysql gmysql gpgsql gsqlite pipe pdns xdb geo" \
                --with-pgsql-lib=/opt/postgresql/lib/ \
                --with-pgsql-includes=/opt/postgresql/include/ \
        --with-dynmodules="" \
index 30e5da44d5c8bef1b9004b5c4fad329a197cb3a7..5d6a7f56c616299dd1905e4556f895838226e45e 100755 (executable)
@@ -1,5 +1,6 @@
+rm -f $(find . -name "*~") &&
 ./bootstrap && 
 ./configure \
---with-modules="mysql gmysql gpgsql xdb pipe oracle pipe pdns db2 odbc ldap gsqlite" \
+--with-modules="mysql gmysql gpgsql xdb pipe oracle pipe pdns db2 odbc ldap gsqlite geo" \
 --with-dynmodules="" &&
 make dist 
\ No newline at end of file
index 9312d712631056ab15cd37ee321e61b0f5d39e47..8487ad677d1eb6d29c5ab376391801bf40fe03e5 100644 (file)
@@ -123,7 +123,7 @@ fi
 
 
 
-modules="gmysql"
+modules="gmysql geo"
 AC_ARG_WITH(modules, [  --with-modules Which backends to compile with ], 
 [
         modules="$withval"  
index 5bf7dd03b9f1690b34cb00892fb17deaf85ec7ce..d1cf6d0cd9a707afbe9aa2fdfad34dfa876d82eb 100755 (executable)
@@ -51,7 +51,7 @@ build-static stamp-build-static:
                --sysconfdir=/etc/powerdns \
                --infodir='$${datadir}/info' \
                --mandir='$${datadir}/man' \
-               --with-modules="mysql gmysql gpgsql pipe pdns xdb gsqlite" \
+               --with-modules="mysql gmysql gpgsql pipe pdns xdb gsqlite geo" \
                --with-dynmodules="" \
                --enable-static-binaries --enable-recursor 
        make
index 92f17b58eecd476aed021dae0a30141b9b207423..94c789a0bb03ee0f11883858967fe8344c827b45 100644 (file)
@@ -11,7 +11,7 @@
       </affiliation>
     </author>
     
-    <PubDate>v2.1 $Date: 2004/02/28 20:06:43 $</PubDate>
+    <PubDate>v2.1 $Date: 2004/02/28 20:47:28 $</PubDate>
     
     <Abstract>
        <para>  
          <itemizedlist>
            <listitem>
              <para>
-               The most reported bug ever, zone2sql required the inclusion of unistd.h, except on Debian unstable.
+               The most reported bug ever was fixed. Zone2sql required the inclusion of unistd.h, except on Debian unstable.
              </para>
            </listitem>
            <listitem>