From 44b9091466bc3f8c5907eb538ffac4a76c953aa7 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Aug 27 2020 15:51:19 +0000 Subject: update to use correct apxs via _httpd_apxs macro --- diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index 3ff9d41..2b977d0 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -52,14 +52,15 @@ autoreconf %configure \ --with-jq=/usr/lib64/ \ %{?_with_hiredis} \ - %{?_without_hiredis} + %{?_without_hiredis} \ + --with-apxs2=%{_httpd_apxs} %{make_build} %check export MODULES_DIR=%{_httpd_moddir} export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}' -%{make_build} test +make test %install mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir} @@ -95,6 +96,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Aug 27 2020 Joe Orton - 2.4.3-5 +- update to use correct apxs via _httpd_apxs macro + * Thu Aug 27 2020 Joe Orton - 2.4.3-4 - work around LTO build failure