From 67f564b9801ef685860eb5fe54c480c6608dc9f4 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 6 Aug 2014 20:20:57 -0700 Subject: [PATCH] travis: install harfbuzz in /usr/lib since gold linker ignores LD_LIBRARY_PATH --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86d363256..9a9d49a3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: