summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
Diffstat (limited to 'redhat')
-rw-r--r--redhat/quagga.spec.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in
index 40c30e40a..4c35a8bf6 100644
--- a/redhat/quagga.spec.in
+++ b/redhat/quagga.spec.in
@@ -24,6 +24,7 @@
%{!?vty_group: %global vty_group quaggavty }
%{!?with_fpm: %global with_fpm 0 }
%{!?with_watchquagga: %global with_watchquagga 1 }
+%{!?with_bgp_vnc: %global with_bgp_vnc 0 }
# path defines
%define _sysconfdir /etc/quagga
@@ -236,6 +237,11 @@ developing OSPF-API and quagga applications.
%else
--disable-watchquagga \
%endif
+%if %{with_bgp_vnc}
+ --enable-bgp-vnc \
+%else
+ --disable-bgp-vnc \
+%endif
--enable-gcc-rdynamic \
--enable-isisd=yes \
--enable-systemd=yes \