From: Ruben Kerkhof Date: Wed, 24 Dec 2014 23:34:50 +0000 (+0100) Subject: Build with sqlite3 support X-Git-Tag: rec-3.7.0-rc1~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1994%2Fhead;p=thirdparty%2Fpdns.git Build with sqlite3 support --- diff --git a/.travis.yml b/.travis.yml index b487d20068..6d39ba7b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - p11-kit -l # ensure it's ok script: - ./bootstrap - - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules --disable-dependency-tracking + - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --with-sqlite3 --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules --disable-dependency-tracking - make -k dist - make -k -j 4 - make -k install DESTDIR=/tmp/pdns-install-dir