From 774cacb5865b40f3472fa0a99b674fa2f77b7d6c Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 15 Jan 2016 15:17:17 +0100 Subject: [PATCH] [FOR NOW] Disable mbedtls for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 24e271db58..9f42ada5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,6 +154,7 @@ script: - CFLAGS='-O1' CXXFLAGS='-O1' ./configure --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns' --with-modules='' + --without-mbedtls --with-sqlite3 --enable-libsodium --enable-experimental-pkcs11 -- 2.47.2