[ofa-general] [PATCH] opensm/opensm.spec: fix event plugin config options

Sasha Khapyorsky sashak at voltaire.com
Thu Dec 25 07:31:29 PST 2008


Fix default event plugin configure options - should be
--enable-default-event-plugin (not just --enable-event-plugin).

Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
 opensm/opensm.spec.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensm/opensm.spec.in b/opensm/opensm.spec.in
index 9c23f47..7b82faf 100644
--- a/opensm/opensm.spec.in
+++ b/opensm/opensm.spec.in
@@ -15,10 +15,10 @@
 %endif
 
 %if %{?_with_event_plugin:1}%{!?_with_event_plugin:0}
-%define _enable_event_plugin --enable-event-plugin
+%define _enable_event_plugin --enable-default-event-plugin
 %endif
 %if %{?_without_event_plugin:1}%{!?_without_event_plugin:0}
-%define _disable_event_plugin --disable-event-plugin
+%define _disable_event_plugin --disable-default-event-plugin
 %endif
 
 Summary: InfiniBand subnet manager and administration
-- 
1.6.0.4.766.g6fc4a




More information about the general mailing list