diff options
author | paul <paul> | 2004-11-07 23:12:23 +0100 |
---|---|---|
committer | paul <paul> | 2004-11-07 23:12:23 +0100 |
commit | 0df63b52bd6e94b765a2156dac3e26ac5f14dd68 (patch) | |
tree | 66ee31761fff5a6e711bf5d884ac37f501b02dde /redhat | |
parent | 2004-11-07 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-0df63b52bd6e94b765a2156dac3e26ac5f14dd68.tar.xz frr-0df63b52bd6e94b765a2156dac3e26ac5f14dd68.zip |
* Sun Nov 07 2004 Paul Jakma <paul@dishone.st>
- Fix with_ipv6 set to 0 build
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/quagga.spec.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index ec7f206fc..d201fefee 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -33,9 +33,13 @@ %define quagga_uid 92 %define quagga_gid 92 %define daemon_list zebra ripd ospfd bgpd + %if %{with_ipv6} %define daemonv6_list %{daemon_list} ripngd ospf6d +%else +%define daemonv6_list "" %endif + %if %{with_isisd} %define daemon_other isisd %else @@ -344,6 +348,9 @@ rm -rf $RPM_BUILD_ROOT %changelog %changelog +* Sun Nov 07 2004 Paul Jakma <paul@dishone.st> +- Fix with_ipv6 set to 0 build + * Sat Oct 23 2004 Paul Jakma <paul@dishone.st> - Update to 0.97.2 |