From 5b819262a8af0cb10728288312f6d9ef150906c8 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 28 Jul 2004 14:11:55 +0000 Subject: enable irdp --- redhat/quagga.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'redhat/quagga.spec.in') 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 -- cgit v1.2.1