summaryrefslogtreecommitdiffstats
path: root/redhat/frr.spec.in
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-19 10:35:53 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-06-29 17:57:09 +0200
commitab140d61cdd04db03ef597f645e601429396d3c8 (patch)
tree0bbb5e5f699942ad63b4e5b4aad74b107f079082 /redhat/frr.spec.in
parentlib, watchfrr: remove `HAVE_SYSTEMD`, use own code (diff)
downloadfrr-ab140d61cdd04db03ef597f645e601429396d3c8.tar.xz
frr-ab140d61cdd04db03ef597f645e601429396d3c8.zip
build, doc: extricate `--enable-systemd`
Ouch, that is a *lot* of places to update... Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'redhat/frr.spec.in')
-rw-r--r--redhat/frr.spec.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index e24a84d1e..fbe4c4a1f 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -199,8 +199,6 @@ Requires: initscripts
BuildRequires: pam-devel
%endif
%if "%{initsystem}" == "systemd"
-BuildRequires: systemd
-BuildRequires: systemd-devel
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
@@ -396,9 +394,6 @@ routing state through standard SNMP MIBs.
--disable-bgp-vnc \
%endif
--enable-isisd \
-%if "%{initsystem}" == "systemd"
- --enable-systemd \
-%endif
--enable-rpki \
%if %{with_bfdd}
--enable-bfdd \