diff options
author | paul <paul> | 2005-04-26 02:23:44 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-26 02:23:44 +0000 |
commit | 9edbc8fb8160c7e71c18ea517837decbd0f6bf9d (patch) | |
tree | 999a574da9daeaa6528373f8f5480fdfd7174742 /redhat/quagga.spec.in | |
parent | 9f3f7a1145a42942b28bae6b68163d805bb91b56 (diff) |
- build isisd per default
Diffstat (limited to 'redhat/quagga.spec.in')
-rw-r--r-- | redhat/quagga.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index dce0308c..bb0a1d02 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -16,7 +16,7 @@ %{!?with_ospfclient: %define with_ospfclient 1 } %{!?with_ospfapi: %define with_ospfapi 1 } %{!?with_irdp: %define with_irdp 1 } -%{!?with_isisd: %define with_isisd 0 } +%{!?with_isisd: %define with_isisd 1 } %{!?with_shared: %define with_shared 1 } %{!?with_multipath: %define with_multipath 64 } %{!?quagga_user: %define quagga_user quagga } |