jq functions added throug libjq

This commit is contained in:
2022-03-29 13:05:47 +02:00
parent cefe2b5023
commit 1703c87e25

View File

@@ -15,7 +15,7 @@
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.11 Version: 2.4.11
Release: 1%{?dist} Release: 2%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server Summary: OpenID Connect auth module for Apache HTTP Server
License: ASL 2.0 License: ASL 2.0
@@ -49,6 +49,7 @@ sed -i -e '72d;73{s/^.//;s/@/$(DESTDIR)@/}' Makefile.am
./autogen.sh ./autogen.sh
%configure \ %configure \
--with-apxs=%{_bindir}/apxs \ --with-apxs=%{_bindir}/apxs \
--with-jq=%{_libdir} \
%{?_with_hiredis} \ %{?_with_hiredis} \
%{?_without_hiredis} %{?_without_hiredis}
@@ -91,6 +92,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Tue Mar 29 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- libjq enabled.
* Fri Feb 18 2022 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri Feb 18 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.11 - Update to 2.4.11