diff options
author | paul <paul> | 2003-04-07 08:14:11 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-07 08:14:11 +0000 |
commit | 55ea381fd0fd12e827a649c9f6437ecf67b9fa5f (patch) | |
tree | 50e4deece449cbcabaf7f256c78370d1a39137de /redhat | |
parent | e7b050cb01c1ce10d0ebcd3ca8946927c3d5c887 (diff) |
define localstatedir for configure
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/zebra.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/redhat/zebra.spec b/redhat/zebra.spec index db42c682..6419fafb 100644 --- a/redhat/zebra.spec +++ b/redhat/zebra.spec @@ -8,8 +8,8 @@ %define with_vtysh 1 %define with_pam 1 %define with_ipv6 1 -%define with_ospfclient 0 -%define with_ospfapi 0 +%define with_ospfclient 1 +%define with_ospfapi 1 %define with_multipath 64 # path defines @@ -22,6 +22,7 @@ %define _libexecdir %{_exec_prefix}/libexec/zebra %define _includedir %{_prefix}/include/zebra %define _libdir %{_exec_prefix}/%{_lib}/zebra +%define _localstatedir %{_prefix}/var/run Summary: Routing daemon Name: zebra |