]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: V6 compilation is on by default
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 13 Jun 2016 16:54:39 +0000 (12:54 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 14 Jun 2016 11:47:03 +0000 (07:47 -0400)
Let's not call it out as a separate item
anymore.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
redhat/quagga.spec.in

index 5b391fc6ce7f75d6489e24b46615ba21774fd57b..0443b0812d9dd926b0bd45b666bcf526d43ae277 100644 (file)
@@ -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 }