summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-05-10 12:51:39 +0200
committerThomas Haller <thaller@redhat.com>2017-05-10 13:19:15 +0200
commitbd530f396ee33ca95fe5c18f1d5202010c9d47a6 (patch)
tree99abdded2903b9590a5fd9bfbc4a08793d0a418c
parent5d9ff0fd3fe1c6ee591212a354b6170ea0393fe2 (diff)
downloadNetworkManager-bd530f396ee33ca95fe5c18f1d5202010c9d47a6.tar.gz
travis: fix build due to missing libcurl library
Since using libcurl for connectivity checks, we failed to build with connectivity checking on travis. Fix that by installing the required library (from trusty). Fixes: 4e6967e33d912511f38b347c061cecb2ac4421fc (cherry picked from commit 1f2b5a2032242838c3e0dcf0b316385b96c3aee4)
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 29cb445a9f..7a127d43e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,14 @@ before_install:
- sudo apt-get update
- sudo apt-get install autoconf libtool pkg-config intltool libdbus-glib-1-dev libdbus-1-dev libiw-dev libglib2.0-dev
libnl-3-dev libnl-route-3-dev libnl-genl-3-dev ppp-dev libpolkit-gobject-1-dev libgnutls28-dev libgcrypt11-dev
- uuid-dev libudev-dev libgirepository1.0-dev gobject-introspection libsoup2.4-dev gtk-doc-tools
+ uuid-dev libudev-dev libgirepository1.0-dev gobject-introspection gtk-doc-tools
libglib2.0-doc libreadline-dev libnewt-dev libnss3-dev iptables make python-software-properties python-gi
python-dbus dbus dbus-x11 libjansson4 libjansson-dev
- sudo dbus-uuidgen --ensure
- sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main'
- sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse'
- sudo apt-get update
- - sudo apt-get install libnl-3-dev libndp-dev automake
+ - sudo apt-get install libnl-3-dev libndp-dev automake libcurl4-gnutls-dev
script: |
sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no --enable-ifcfg-rh --enable-ifupdown --enable-ifnet --enable-tests &&