From: Vincent Bernat Date: Fri, 15 Jun 2018 08:57:05 +0000 (+0200) Subject: debian/redhat: build-depends on libcap-dev/libcap-devel X-Git-Tag: 1.0.2~16^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a4e0fbf782c18fcb7c3128eaa9b1f840fa7d0f7;p=thirdparty%2Flldpd.git debian/redhat: build-depends on libcap-dev/libcap-devel --- 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