#!/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="" \
+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
-modules="gmysql"
+modules="gmysql geo"
AC_ARG_WITH(modules, [ --with-modules Which backends to compile with ],
[
modules="$withval"
--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
</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>