diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-12 10:49:33 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-12 10:49:33 +0200 |
commit | 192ab8212d2cc4dc4e0f44ef3d83fbcc021c2d9f (patch) | |
tree | 0995134b03951d672dfac4727aa111606227b4b3 /redhat/frr.spec.in | |
parent | Merge pull request #11789 from donaldsharp/pw_shutdown (diff) | |
download | frr-192ab8212d2cc4dc4e0f44ef3d83fbcc021c2d9f.tar.xz frr-192ab8212d2cc4dc4e0f44ef3d83fbcc021c2d9f.zip |
redhat: Drop --enable-systemd from build specification
This option no longer exists.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | redhat/frr.spec.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index c94785ec0..962541405 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -409,9 +409,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 \ |