summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2004-07-28 14:11:55 +0000
committerpaul <paul>2004-07-28 14:11:55 +0000
commit269f6040ce3132697b14fea608a9a49cb31c937e (patch)
tree44bdb7f2feffd13b930095a7ba5b6edfac4cd650
parent75e533378b2a63d49ec577c3ae081c796cb2ab72 (diff)
downloadquagga-269f6040ce3132697b14fea608a9a49cb31c937e.tar.bz2
quagga-269f6040ce3132697b14fea608a9a49cb31c937e.tar.xz
enable irdp
-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 df253457..f3b87b92 100644
--- a/redhat/quagga.spec.in
+++ b/redhat/quagga.spec.in
@@ -10,6 +10,7 @@
%define with_ipv6 1
%define with_ospfclient 1
%define with_ospfapi 1
+%define with_irdp 1
%define with_multipath 64
%define quagga_user quagga
%define vty_group quaggavty
@@ -127,6 +128,11 @@ developing OSPF-API and quagga applications.
%else
--enable-ospfapi=no \
%endif
+%if %with_irdp
+ --enable-irdp=yes \
+%else
+ --enable-irdp=no \
+%endif
%if %with_pam
--with-libpam \
%endif