]> granicus.if.org Git - pdns/commitdiff
was looking in the wrong place!
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 29 Nov 2015 12:29:52 +0000 (13:29 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 29 Nov 2015 12:29:52 +0000 (13:29 +0100)
.travis.yml

index 6c9dfe6f37499a60e62c491a0b0e1d1588c3731a..93e5cce6faedd04794e7de2aef6822f767b68f94 100644 (file)
@@ -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 ../../