diff options
author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-06-13 18:54:39 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-14 13:47:03 +0200 |
commit | 341969b3db27bd384dc453ec0e6b4a9a6513ab8f (patch) | |
tree | d3af586c1a3f15b4a43fcd0155ed8bd215b60108 /redhat | |
parent | Quagga: bgpd needs extra neighbor and route json attributes for SNMP BGP4 MIB (diff) | |
download | frr-341969b3db27bd384dc453ec0e6b4a9a6513ab8f.tar.xz frr-341969b3db27bd384dc453ec0e6b4a9a6513ab8f.zip |
redhat: V6 compilation is on by default
Let's not call it out as a separate item
anymore.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/quagga.spec.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index 5b391fc6c..0443b0812 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -66,9 +66,7 @@ %{!?quagga_gid: %define quagga_gid 92 } %{!?vty_gid: %define vty_gid 85 } -%define daemon_list zebra ripd ospfd bgpd isisd pimd - -%define daemonv6_list ripngd ospf6d +%define daemon_list zebra ripd ospfd bgpd isisd pimd ripngd ospfd6d %if %{with_watchquagga} @@ -77,7 +75,7 @@ %define daemon_watchquagga "" %endif -%define all_daemons %{daemon_list} %{daemonv6_list} %{daemon_watchquagga} +%define all_daemons %{daemon_list} %{daemon_watchquagga} # allow build dir to be kept %{!?keep_build: %global keep_build 0 } |