From a5ea40a83a18d44004ca90fc7ca4a7a9a2390a3d Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Fri, 28 Jul 2017 14:57:26 -0700 Subject: [PATCH] Put libfl-dev into Build-Depends on Debian On Debian Stretch `libfl-dev` is not installed automatically if you install `flex`, this takjes care of the issue. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 69c20f25..3ceaef39 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Priority: optional Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), cmake, libllvm3.7 | libllvm3.8, llvm-3.7-dev | llvm-3.8-dev, libclang-3.7-dev | libclang-3.8-dev, - libelf-dev, bison, flex, libedit-dev, + libelf-dev, bison, flex, libfl-dev, libedit-dev, clang-format | clang-format-3.7 | clang-format-3.8, python (>= 2.7), python-netaddr, python-pyroute2, luajit, libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf, ethtool, devscripts -- 2.34.1