]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add readme, add distcc
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 14 Jan 2006 20:02:35 +0000 (20:02 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 14 Jan 2006 20:02:35 +0000 (20:02 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@553 d19b8d6e-7fed-0310-83ef-9ca221ded41b

build-scripts/README [new file with mode: 0644]
build-scripts/rpm-build-instruction

diff --git a/build-scripts/README b/build-scripts/README
new file mode 100644 (file)
index 0000000..ecdec3c
--- /dev/null
@@ -0,0 +1,6 @@
+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.
index a9186dc94e8dc4c67ed2c0c6bba5607de05140cd..d75332fc3df673cb5ca122e08f71339db24632ce 100755 (executable)
@@ -1,5 +1,6 @@
 #!/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="" \