diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-10-02 19:49:08 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-13 11:18:30 +0000 |
commit | 320aaf32f12be36f6b709f9ad4c160a367a22b37 (patch) | |
tree | 8bc14ae869ea20271362a7c5c7de9bc73f08bfa3 /debian | |
parent | 529cc749eb771b5b761b28ae8daa20439e417b58 (diff) |
Build-depend on libbsd-dev and libelf-dev
Allows to use external dependencies rather than inline versions of
library functions, so that we don't have to worry about security
issues and so on.
Change-Id: I313f94d0ed82766caab5d84a690d2ffea4ac771b
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 9e99c1e0..a04dc80b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 10), doxygen <!nodoc>, graphviz <!nodoc>, inkscape <!nodoc>, + libbsd-dev, libcap-dev, + libelf-dev, libibverbs-dev, libipsec-mb-dev [amd64], libpcap-dev, |