[shibboleth-sp2] 66/119: Add fastcgi feature option.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.
commit 60f8a03c4597246ef434a189a1a72807153bcd49
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Sun Sep 16 03:53:49 2007 +0000
Add fastcgi feature option.
---
shibboleth.spec.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index d12186f..816ed59 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -14,6 +14,7 @@ BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0, xml-security-c-devel >= 1.1
BuildRequires: zlib-devel, opensaml-devel >= 1.1.1, opensaml-devel < 2.0
%{?_with_log4cpp:BuildRequires: log4cpp-devel >= 0.3.5}
%{!?_with_log4cpp:BuildRequires: log4shib-devel}
+%{?_with_fastcgi:BuildRequires: fcgi-devel}
%if "%{_vendor}" == "redhat"
%{!?_without_builtinapache:BuildRequires: httpd-devel}
%endif
@@ -52,7 +53,7 @@ applications that use the shibboleth library.
%setup -q
%build
-%configure %{?shib_options}
+%configure %{?_with_fastcgi} %{?shib_options}
%{__make}
%install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list