]> granicus.if.org Git - pdns/commitdiff
remove odbc from tar-gz build
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 3 May 2012 09:58:07 +0000 (09:58 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 3 May 2012 09:58:07 +0000 (09:58 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2604 d19b8d6e-7fed-0310-83ef-9ca221ded41b

build-scripts/tar-gz-build-instruction

index 77e4feb9d349dfc02785424bb30ccb8be1665502..df19f41cf8387f25a6937b500c4d3f31206a5a19 100755 (executable)
@@ -2,6 +2,6 @@ rm -f $(find . -name "*~") &&
 ./bootstrap && 
 ./configure \
 --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \
---with-modules="mydns gmysql mongodb lua gpgsql xdb pipe oracle pipe db2 odbc ldap gsqlite gsqlite3 geo goracle opendbx godbc" \
+--with-modules="mydns gmysql mongodb lua gpgsql xdb pipe oracle pipe db2 ldap gsqlite gsqlite3 geo goracle opendbx godbc" \
 --with-dynmodules="" &&
 make dist 
\ No newline at end of file