From 29b5a3148d391e05c8de5f90342352fce53b7fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 20 Jun 2016 21:52:05 +0000 Subject: [PATCH] Configure libsodium --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f1bd90e..db1ce98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ compiler: script: - git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable + - cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd - - make CFLAGS=-std=c99 CPPFLAGS="-D_GNU_SOURCE -I./libsodium/src/libsodium/include" mud.o