add /usr/local/lib to library cache

liberasurecode is installed under /usr/local/lib. When building
from source, we need to add that directory to the shared library
cache.

Change-Id: I2541e54b9bd50ea0a4d40e8298d6a9e1f1150449
This commit is contained in:
Thiago da Silva 2017-04-03 13:44:32 -04:00
parent 37231da37f
commit f131dddd63
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
./configure
make
sudo make install
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig
# test pyeclib
cd $WORKSPACE/openstack/pyeclib
tox -e py27