]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: add option to enable Cumulus extensions
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 20 Jun 2018 14:08:36 +0000 (16:08 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 21 Jun 2018 15:05:41 +0000 (17:05 +0200)
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
redhat/frr.spec.in

index a87ef97b924d1623094688ffc6bd00e4b4086063..068adbda8c0b52fc20204dd8e63a5af25ca03226 100644 (file)
@@ -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