From: Ruben Kerkhof Date: Wed, 20 Jun 2018 14:08:36 +0000 (+0200) Subject: redhat: add option to enable Cumulus extensions X-Git-Tag: frr-6.1-dev~203^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0e3daa4df66ed50a98e6a5bdf0561b0792e3fc62;p=matthieu%2Ffrr.git redhat: add option to enable Cumulus extensions Signed-off-by: Ruben Kerkhof --- diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index a87ef97b92..068adbda8c 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -12,6 +12,7 @@ # with-feature options %{!?with_babeld: %global with_babeld 1 } %{!?with_bgp_vnc: %global with_bgp_vnc 0 } +%{!?with_cumulus: %global with_cumulus 0 } %{!?with_eigrpd: %global with_eigrpd 1 } %{!?with_fpm: %global with_fpm 1 } %{!?with_ldpd: %global with_ldpd 1 } @@ -316,6 +317,9 @@ developing OSPF-API and frr applications. %else --disable-watchfrr \ %endif +%if %{with_cumulus} + --enable-cumulus \ +%endif %if %{with_bgp_vnc} --enable-bgp-vnc \ %else