travis: also set LDFLAGS in the configure step.

This commit is contained in:
Juan RP 2014-10-06 14:32:01 +02:00
parent b7c8b21a85
commit ce7b2c97c6

View File

@ -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: