From: Luca Boccassi Date: Tue, 2 Oct 2018 18:49:08 +0000 (+0100) Subject: Build-depend on libbsd-dev and libelf-dev X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=320aaf32f12be36f6b709f9ad4c160a367a22b37;p=deb_dpdk.git 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 --- 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 , graphviz , inkscape , + libbsd-dev, libcap-dev, + libelf-dev, libibverbs-dev, libipsec-mb-dev [amd64], libpcap-dev,