]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: install libnl-3-dev
authorVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 10:31:58 +0000 (12:31 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 10:31:58 +0000 (12:31 +0200)
Even if it will not be used due to being too old.

.travis/install.sh

index 78f43735d0b0fe17fa36ee7c19044f409224b36a..1bf9de75622a227efbeaba9350ff75192e448d53 100755 (executable)
@@ -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