Skip to content

Commit

Permalink
Add libboost-thread to Travis dependencies
Browse files Browse the repository at this point in the history
Summary: With the fastcgi implementation we now depend on
libboost-thread so add it to the list of Travis dependencies.
  • Loading branch information
scannell committed Nov 8, 2013
1 parent c47ea09 commit a596e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure_ubuntu_12.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export HPHP_HOME=`/bin/pwd`

# install apt-fast to speedup later dependency installation
sudo add-apt-repository -y ppa:apt-fast/stable
sudo apt-get update
sudo apt-get -y update
sudo apt-get -y install apt-fast

# install the actual dependencies
Expand All @@ -33,8 +33,8 @@ sudo apt-fast -y install git-core cmake g++ libboost1.48-dev libmysqlclient-dev
libxml2-dev libmcrypt-dev libicu-dev openssl build-essential binutils-dev \
libcap-dev libgd2-xpm-dev zlib1g-dev libtbb-dev libonig-dev libpcre3-dev \
autoconf libtool libcurl4-openssl-dev libboost-regex1.48-dev libboost-system1.48-dev \
libboost-program-options1.48-dev libboost-filesystem1.48-dev wget memcached \
libreadline-dev libncurses-dev libmemcached-dev libbz2-dev \
libboost-program-options1.48-dev libboost-filesystem1.48-dev libboost-thread1.48-dev \
wget memcached libreadline-dev libncurses-dev libmemcached-dev libbz2-dev \
libc-client2007e-dev php5-mcrypt php5-imagick libgoogle-perftools-dev \
libcloog-ppl0 libelf-dev libdwarf-dev libunwind7-dev subversion \
python-software-properties &
Expand Down

0 comments on commit a596e67

Please sign in to comment.