]> granicus.if.org Git - pdns/commitdiff
update our internal tar.gz builder
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 11 Jan 2011 08:43:57 +0000 (08:43 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 11 Jan 2011 08:43:57 +0000 (08:43 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1861 d19b8d6e-7fed-0310-83ef-9ca221ded41b

build-scripts/tar-gz-build-instruction

index 83aa6871a3e8a090e2b6bd32917e3e4a56fa087e..f7a9cad862bcb23d13e5227761d466abc656fe7e 100755 (executable)
@@ -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