Merge "add /usr/local/lib to library cache"
This commit is contained in:
commit
1bb2f73550
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user