]> granicus.if.org Git - pdns/commitdiff
travis: Build the rec with Botan and libsodium
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 5 Jul 2017 10:02:17 +0000 (12:02 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 10:20:26 +0000 (11:20 +0100)
(cherry picked from commit 18a93d3812bfbf2e2dbc9b6353e3619d626283fd)

build-scripts/travis.sh

index 74a19851a88d7168b925823a52cc14a6095b7b25..8ead1b84121067332b6b77eb98d97f851d40c93a 100755 (executable)
@@ -382,6 +382,8 @@ build_recursor() {
   run "cd pdns-recursor-*"
   run "CFLAGS='-O1' CXXFLAGS='-O1' ./configure \
     --prefix=$PDNS_RECURSOR_DIR \
+    --enable-botan \
+    --enable-libsodium \
     --enable-unit-tests \
     --disable-silent-rules"
   run "make -k -j3"
@@ -569,6 +571,7 @@ run "sudo apt-get -qq --no-install-recommends install \
   liblua5.1-dev \
   libedit-dev \
   libprotobuf-dev \
+  libbotan1.10-dev \
   pandoc\
   protobuf-compiler"