travis: set LDFLAGS to /usr/local/lib for libatf.

This commit is contained in:
Juan RP 2014-10-06 14:28:22 +02:00
parent 1a3982bb57
commit b7c8b21a85

View File

@ -4,6 +4,7 @@ compiler:
- clang
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
before_install: