From 18a93d3812bfbf2e2dbc9b6353e3619d626283fd Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 5 Jul 2017 12:02:17 +0200 Subject: [PATCH] travis: Build the rec with Botan and libsodium --- build-scripts/travis.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 26c457f7cf..b4299ae377 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -388,6 +388,8 @@ build_recursor() { run "cd pdns-recursor-*" run "CFLAGS='-O1' CXXFLAGS='-O1' CXX=${COMPILER} ./configure \ --prefix=$PDNS_RECURSOR_DIR \ + --enable-botan \ + --enable-libsodium \ --enable-unit-tests \ --disable-silent-rules" run "make -k -j3" @@ -570,6 +572,7 @@ run "sudo apt-get -qq --no-install-recommends install \ liblua5.1-dev \ libedit-dev \ libprotobuf-dev \ + libbotan1.10-dev \ pandoc\ protobuf-compiler" -- 2.47.2