Fix default event plugin configure options - should be --enable-default-event-plugin (not just --enable-event-plugin).
Signed-off-by: Sasha Khapyorsky <[email protected]> --- 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 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
