From 8a4e0fbf782c18fcb7c3128eaa9b1f840fa7d0f7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 15 Jun 2018 10:57:05 +0200 Subject: [PATCH] debian/redhat: build-depends on libcap-dev/libcap-devel --- debian/control | 1 + redhat/lldpd.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 4412be50..9d979a63 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 5), libevent-dev (>= 2.0.5), libreadline-dev, libbsd-dev, + libcap-dev, pkg-config, lsb-release Standards-Version: 3.9.6 diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index abe4f9b0..62636eff 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -58,6 +58,7 @@ BuildRequires: pkgconfig BuildRequires: libevent-devel %endif BuildRequires: readline-devel +BuildRequires: libcap-devel %if %{with snmp} BuildRequires: net-snmp-devel BuildRequires: openssl-devel -- 2.39.5