From ce7b2c97c699fde26766d3fcf3ae38d99591d3b7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2014 14:32:01 +0200 Subject: [PATCH] travis: also set LDFLAGS in the configure step. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a434f409..a881dffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - PKG_CONFIG_PATH=/usr/local/lib/pkgconfig - LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" script: - - ./configure --enable-tests --enable-debug && make -j16 && make check + - LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" ./configure --enable-tests --enable-debug && make -j16 && make check before_install: - ./admin/travis-install-deps.sh env: