Enable krb5 and fix building of pgm (#1301197)

This commit is contained in:
Thomas Spura 2016-01-24 17:04:08 +01:00
parent eb3bd66bd0
commit 4010976809
1 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: zeromq Name: zeromq
Version: 4.1.4 Version: 4.1.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
Group: System Environment/Libraries Group: System Environment/Libraries
@ -27,6 +27,7 @@ BuildRequires: libuuid-devel
%endif %endif
%if %{with pgm} %if %{with pgm}
BuildRequires: openpgm-devel BuildRequires: openpgm-devel
BuildRequires: krb5-devel
%endif %endif
%description %description
@ -84,7 +85,8 @@ sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \
autoreconf -fi autoreconf -fi
%configure \ %configure \
%if %{with pgm} %if %{with pgm}
--with-system-pgm \ --with-pgm \
--with-libgssapi_krb5 \
%endif %endif
--disable-static --disable-static
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
@ -128,6 +130,9 @@ make check V=1
%changelog %changelog
* Sun Jan 24 2016 Thomas Spura <tomspur@fedoraproject.org> - 4.1.4-2
- Enable krb5 and fix building of pgm (#1301197)
* Sat Dec 19 2015 Thomas Spura <tomspur@fedoraproject.org> - 4.1.4-1 * Sat Dec 19 2015 Thomas Spura <tomspur@fedoraproject.org> - 4.1.4-1
- update to 4.1.4 (#1292814) - update to 4.1.4 (#1292814)
- refresh zmq.hpp - refresh zmq.hpp