mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
travis: install harfbuzz in /usr/lib since gold linker ignores LD_LIBRARY_PATH
This commit is contained in:
parent
5f6602681c
commit
67f564b980
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user