Making sure that the .so files are on the ldconfig path.

This commit is contained in:
Omer Katz 2014-05-21 14:19:13 +03:00
parent 4e702e92fb
commit 08a127d30c

View file

@ -18,6 +18,9 @@ install:
- if [ "x$COVERALLS" == xyes ]; then sudo pip install cpp-coveralls; fi
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
before_script:
- echo "/usr/local/lib/" >> /etc/ld.so.conf
- ldconfig
script:
- ./autogen.sh
- ./configure $CONFIGURE_OPTION