summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thorne <Thomas.Thorne@Net2Edge.com>2016-07-19 12:12:07 +0100
committerThomas Thorne <Thomas.Thorne@Net2Edge.com>2016-07-19 12:12:07 +0100
commitb45322e6f150886e80cb3b450b84e37d813c6b56 (patch)
treecb61227a9ff25e0c5df8a19260eff08030a85854
parentd81721bae80783255fd0bee1c8f2950fc4ff67ed (diff)
downloaddistcc-git-b45322e6f150886e80cb3b450b84e37d813c6b56.tar.gz
Fix configure: error: Cannot find libiberty
Update the .travis.yml file to ensure both make and libiberty are installed before attempting the to run the configure.sh script.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c8e807f..92de80e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq make
+ - sudo apt-get install -qq make libiberty-dev
language: cpp