diff options
author | paul <paul> | 2004-07-28 14:11:55 +0000 |
---|---|---|
committer | paul <paul> | 2004-07-28 14:11:55 +0000 |
commit | 5b819262a8af0cb10728288312f6d9ef150906c8 (patch) | |
tree | 028db4d7d305977735a4ba03e2484c18b9f02ba3 | |
parent | 48fe13bfd73b5e080aaf9d8964b4c07f030bf24a (diff) |
enable irdp
-rw-r--r-- | redhat/quagga.spec.in | 6 |
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 |