From: Vincent Bernat Date: Sun, 10 Apr 2016 13:29:18 +0000 (+0200) Subject: travis: install libseccomp-dev as well X-Git-Tag: 0.9.3~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f06b06acdb842c98a369c8e9429bd6c32aae3716;p=thirdparty%2Flldpd.git travis: install libseccomp-dev as well --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 369d234a..b73cabed 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -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