]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: install libseccomp-dev as well
authorVincent Bernat <vincent@bernat.im>
Sun, 10 Apr 2016 13:29:18 +0000 (15:29 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 10 Apr 2016 13:29:18 +0000 (15:29 +0200)
tests/ci/install.sh

index 369d234ab7e1d8b6b7662f998fe1750439898fa5..b73cabedd145d6c40b124850a39b16a755630072 100755 (executable)
@@ -16,7 +16,7 @@ case "$(uname -s)" in
             automake autoconf libtool pkg-config \
             libsnmp-dev libxml2-dev libjansson-dev \
             libevent-dev libreadline-dev libbsd-dev \
-            check libc6-dbg libevent-dbg
+            check libc6-dbg libevent-dbg libseccomp-dev
         [ $CC != gcc ] || \
             sudo apt-get -qqy install gcc-5
         # For integration tests