On Fri, Sep 02, 2011 at 09:56:14AM -0700, Steven Dake wrote:
> Signed-off-by: Steven Dake <[email protected]>
ACK
> ---
> corosync.spec.in | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/corosync.spec.in b/corosync.spec.in
> index 74ab851..5c651aa 100644
> --- a/corosync.spec.in
> +++ b/corosync.spec.in
> @@ -11,6 +11,7 @@
> %bcond_with snmp
> %bcond_with dbus
> %bcond_with rdma
> +%bcond_with nss
>
> Name: corosync
> Summary: The Corosync Cluster Engine and Application Programming Interfaces
> @@ -36,7 +37,9 @@ Conflicts: openais <= 0.89, openais-devel <= 0.89
> %if %{buildtrunk}
> BuildRequires: autoconf automake
> %endif
> +%if %{with nss}
> BuildRequires: nss-devel
> +%endif
> %if %{with rdma}
> BuildRequires: libibverbs-devel librdmacm-devel
> %endif
> @@ -83,6 +86,11 @@ export rdmacm_LIBS=-lrdmacm \
> %if %{with rdma}
> --enable-rdma \
> %endif
> +%if %{with nss}
> + --enable-nss \
> +%else
> + --disable-nss \
> +%endif
> --with-initddir=%{_initrddir}
>
> make %{_smp_mflags}
> --
> 1.7.6
>
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais