From: Sam Hartman Date: Mon, 29 Apr 2013 21:51:00 +0000 (-0400) Subject: Include xmltooling and opensaml in configure X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=refs%2Fheads%2Fredhat Include xmltooling and opensaml in configure --- diff --git a/shibboleth.spec.in b/shibboleth.spec.in index 2927e78..cfb1615 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -89,9 +89,9 @@ This package includes files needed for development with Shibboleth. %build %if 0%{?centos_version} >= 600 - %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_memcached:--with-memcached} %{?shib_options} --with-gssapi=%{_prefix} + %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_memcached:--with-memcached} %{?shib_options} --with-gssapi=%{_prefix} --with-xmltooling=%{_prefix} --with-opensaml=%{_prefix} %else - %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{?_with_memcached} %{?shib_options} --with-gssapi=%{_prefix} + %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{?_with_memcached} %{?shib_options} --with-gssapi=%{_prefix} --with-xmltooling=%{_prefix} --with-opensaml=%{_prefix} %endif %{__make} pkgdocdir=%{pkgdocdir}