mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-27 11:20:28 +01:00
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:4e6967e33d(cherry picked from commit1f2b5a2032)
This commit is contained in:
parent
5d9ff0fd3f
commit
bd530f396e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue