From: Ruben Kerkhof Date: Sat, 19 Jul 2014 20:14:41 +0000 (+0200) Subject: --enable-remotebackend-http is gone X-Git-Tag: auth-3.4.0-rc1~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1575%2Fhead;p=thirdparty%2Fpdns.git --enable-remotebackend-http is gone --- diff --git a/.travis.yml b/.travis.yml index 524f64104b..4f64d2dca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_script: - p11-kit -l # ensure it's ok script: - ./bootstrap - - ./configure --with-modules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --enable-unit-tests --enable-remotebackend-http --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 + - ./configure --with-modules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 - make -k dist - make -k -j 4 - DESTDIR=/tmp/pdns-install-dir make -k install