From: Bert Hubert Date: Tue, 11 Jan 2011 08:43:57 +0000 (+0000) Subject: update our internal tar.gz builder X-Git-Tag: auth-3.0~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0388c10bc841f2fac76c138256b764965c27f272;p=pdns update our internal tar.gz builder git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1861 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/build-scripts/tar-gz-build-instruction b/build-scripts/tar-gz-build-instruction index 83aa6871a..f7a9cad86 100755 --- a/build-scripts/tar-gz-build-instruction +++ b/build-scripts/tar-gz-build-instruction @@ -1,6 +1,7 @@ rm -f $(find . -name "*~") && ./bootstrap && ./configure \ +--with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \ --with-modules="mysql mydns gmysql gpgsql xdb pipe oracle pipe pdns db2 odbc ldap gsqlite gsqlite3 geo goracle opendbx" \ --with-dynmodules="" && make dist \ No newline at end of file