From 70b184c93fdfeec35ff3ddcc7192a73237f308df Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Aug 2015 12:31:58 +0200 Subject: [PATCH] travis: install libnl-3-dev Even if it will not be used due to being too old. --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index 78f43735..1bf9de75 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -29,6 +29,7 @@ case "$(uname -s)" in automake autoconf libtool pkg-config \ libsnmp-dev libxml2-dev libjansson-dev \ libevent-dev libreadline-dev libbsd-dev \ + libnl-3-dev \ check ;; esac -- 2.47.2