]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't require libnl-3-dev
authorVincent Bernat <vincent@bernat.im>
Fri, 1 Jan 2016 18:13:34 +0000 (19:13 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 1 Jan 2016 18:13:34 +0000 (19:13 +0100)
.travis/install.sh

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