]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bison and flex are needed to configure libnl3
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Dec 2015 09:08:00 +0000 (10:08 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Dec 2015 09:09:51 +0000 (10:09 +0100)
This is just a safety. Those packages are normally part of the default
build group.

debian/control
redhat/lldpd.spec

index 458c7c927abc3c6965466295fc2e8fbb9068e0db..259f69d593926118e1c119abc96944d67aa1f657 100644 (file)
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 5),
                libjansson-dev | libjson-c-dev | libjson0-dev (>= 0.10),
                libevent-dev (>= 2.0.5),
                libnl-3-dev (>= 3.2.7), libnl-route-3-dev (>= 3.2.7),
+               bison, flex,
                libreadline-dev,
                libbsd-dev,
                pkg-config,
index 9f317681c735e3005b3e34e734e669ade5e43737..c75806b9d30c5cc48bb5fdff729ed6145ebc91b7 100644 (file)
@@ -77,6 +77,8 @@ BuildRequires: libevent-devel
 %if %{with system_libnl}
 BuildRequires: libnl3-devel
 %endif
+BuildRequires: flex
+BuildRequires: bison
 BuildRequires: readline-devel
 %if %{with snmp}
 BuildRequires: net-snmp-devel