From: bert hubert Date: Sun, 29 Nov 2015 12:29:52 +0000 (+0100) Subject: was looking in the wrong place! X-Git-Tag: dnsdist-1.0.0-alpha1~171^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63284f6e356aca15047531d66fa430225fd3906e;p=pdns was looking in the wrong place! --- diff --git a/.travis.yml b/.travis.yml index 6c9dfe6f3..93e5cce6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,8 +119,8 @@ script: - cd .. - ./build-scripts/dist-recursor - cd pdns/pdns-recursor-*/ - - ./configure - - make -k -j 4 + - LUA=1 ./configure + - LUA=1 make -k -j 4 - cd .. - ln -s pdns-recursor*/pdns_recursor . - cd .. @@ -128,8 +128,8 @@ script: - cd pdns/dnsdistdist - tar xf dnsdist*.tar.bz2 - cd dnsdist-* - - LUA=1 ./configure - - LUA=1 make -k -j 4 + - ./configure + - make -k -j 4 - cd .. - rm -rf dnsdist-*/ - cd ../../