diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-12-26 21:26:48 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-12-26 21:26:48 +0100 |
commit | 5bd360af054f4cf33c09508d1a209e2440b75d2c (patch) | |
tree | fb088b31900d3795f6461e76860bf5c823f85b07 | |
parent | 85f77e5953ce6a60235ea3d5af5799668183b497 (diff) |
travis-ci install libbsd-dev to have arc4random() available
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e7d6ad..e9a181d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c before_install: - sudo apt-get -qq update - sudo apt-get install -y git debhelper fakeroot -- sudo apt-get install -y libpcap-dev libselinux1-dev +- sudo apt-get install -y libpcap-dev libselinux1-dev libbsd-dev - sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-common - sudo apt-get install -y autoconf automake dh-autoreconf |