diff options
| author | David Lamparter <equinox@diac24.net> | 2021-04-19 10:35:53 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 17:57:09 +0200 |
| commit | ab140d61cdd04db03ef597f645e601429396d3c8 (patch) | |
| tree | 0bbb5e5f699942ad63b4e5b4aad74b107f079082 /redhat | |
| parent | 247898d5d27bc3bba83c56d139ecc78b23ae42b3 (diff) | |
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')
| -rw-r--r-- | redhat/frr.spec.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index e24a84d1e4..fbe4c4a1f1 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 \ |
