travis: install harfbuzz in /usr/lib since gold linker ignores LD_LIBRARY_PATH

This commit is contained in:
Dane Springmeyer 2014-08-06 20:20:57 -07:00
parent 5f6602681c
commit 67f564b980

View File

@ -32,9 +32,7 @@ before_install:
- wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2
- tar xf harfbuzz-0.9.34.tar.bz2
- cd harfbuzz-0.9.34
- ./configure --with-icu --with-cairo=no --with-glib=no --with-gobject=no --with-graphite2=no --with-freetype --with-uniscribe=no --with-coretext=no && make && sudo make install
- export LD_LIBRARY_PATH=/usr/local/lib
- sudo ldconfig
- ./configure --prefix=/usr --with-icu --with-cairo=no --with-glib=no --with-gobject=no --with-graphite2=no --with-freetype --with-uniscribe=no --with-coretext=no && make && sudo make install
- cd ../
install: