From 5aeb0a3cb2da07008d0361c9c0d786e8b92e4ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 27 Feb 2018 09:28:16 +0000 Subject: [PATCH] Ask for a gnu99 compiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e10ba63..2a3b5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ compiler: script: - git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable - cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd - - - make CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o + - make CFLAGS="-std=gnu99" CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o