attempt to workaround boost 1.49 bug when building in debug - refs #2085
This commit is contained in:
parent
42218b4bae
commit
f59dc36a19
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ compiler:
|
|||
- gcc
|
||||
|
||||
before_install:
|
||||
- echo 'yes' | sudo add-apt-repository ppa:mapnik/boost
|
||||
- echo 'yes' | sudo add-apt-repository ppa:mapnik/boost-backports-1-54
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq make libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev libboost-system-dev libboost-thread-dev python-nose libicu-dev libpng-dev libjpeg-dev libtiff-dev libwebp-dev libz-dev libfreetype6-dev libxml2-dev libproj-dev libcairo-dev python-cairo-dev libsqlite3-dev postgresql-server-dev*
|
||||
|
||||
|
|
Loading…
Reference in a new issue