[cpp-linbuild] branch main updated: SSPCPP-994 - Memcache introduced into RPM build
Scott Cantor
cantor.2 at osu.edu
Tue Oct 22 20:34:54 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=b703c881851921d9276925c7a60a82d8ed5535b4
The following commit(s) were added to refs/heads/main by this push:
new b703c88 SSPCPP-994 - Memcache introduced into RPM build
b703c88 is described below
commit b703c881851921d9276925c7a60a82d8ed5535b4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 22 16:33:44 2024 -0400
SSPCPP-994 - Memcache introduced into RPM build
https://shibboleth.atlassian.net/browse/SSPCPP-994
Toggle off memcache in builds > CentOS 7 and Amazon 2.
---
common/SPECS/shibboleth.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index d53ccd6..3ae8652 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -120,10 +120,10 @@ This package includes files needed for development with Shibboleth.
%configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_systemd:--enable-systemd} %{?shib_options}
%else
%if 0%{?amzn2023}
- %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
+ %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{?_with_memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
%else
%if 0%{?rhel} >= 8
- %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
+ %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{?_with_memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
%else
%if 0%{?rhel} >= 7
%configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list