From 60f41f0194041b4e319d30eca651649dc4b8fba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 14 Feb 2017 15:24:58 +0100 Subject: travis: use apsolute paths for ${C,LD}FLAGS This should fix build breakage of the test/util/keys utility. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0402ce5..57c2a2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then make local && make clean; fi - - ./configure CFLAGS=-Idependency/install/usr/include LDFLAGS=-Ldependency/install/usr/lib $CONFIG + - ./configure CFLAGS="-I$(pwd)/dependency/install/usr/include" LDFLAGS="-L$(pwd)/dependency/install/usr/lib" $CONFIG - make $TARGET - file vis - if [ "$TRAVIS_OS_NAME" = "osx" ]; then -- cgit v1.2.3