--- /dev/null
+These scripts are more or less private - feel free to edit them, but even
+more than the rest of PowerDNS, the contents of this directory are not
+guaranteed to work for you.
+
+The scripts contain preset paths and have many many dependencies on
+installed software.
#!/bin/sh
-./configure --with-modules="mysql gmysql gpgsql gsqlite pipe pdns geo" \
+CC="distcc gcc" CXX="distcc g++" ./configure \
+ --with-modules="mysql gmysql gpgsql gsqlite pipe pdns geo" \
--with-pgsql-lib=/opt/postgresql/lib/ \
--with-pgsql-includes=/opt/postgresql/include/ \
--with-dynmodules="" \