From: Bert Hubert Date: Sat, 14 Jan 2006 20:02:35 +0000 (+0000) Subject: add readme, add distcc X-Git-Tag: pdns-2.9.20~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccb93bb67e092b31aa8dbd9b09d7e8ff6e58464;p=thirdparty%2Fpdns.git add readme, add distcc git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@553 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/build-scripts/README b/build-scripts/README new file mode 100644 index 0000000000..ecdec3c758 --- /dev/null +++ b/build-scripts/README @@ -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. diff --git a/build-scripts/rpm-build-instruction b/build-scripts/rpm-build-instruction index a9186dc94e..d75332fc3d 100755 --- a/build-scripts/rpm-build-instruction +++ b/build-scripts/rpm-build-instruction @@ -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="" \