Deactivate jemalloc linking

This commit is contained in:
Petr Menšík 2025-03-26 21:20:00 +01:00 committed by Petr Mensik
commit feddafc9cf

View file

@ -12,6 +12,8 @@
%bcond_without JSON
# New MaxMind GeoLite support
%bcond_without GEOIP2
# Jemalloc linked together
%bcond_with JEMALLOC
# Disabled temporarily until kyua is fixed on rawhide, bug #1926779
%bcond_without UNITTEST
# Do not set CI environment, include more unit tests, even less stable
@ -156,8 +158,10 @@ BuildRequires: systemd-rpm-macros
BuildRequires: selinux-policy
BuildRequires: findutils sed
BuildRequires: libnghttp2-devel
%if 0%{?fedora}
%if %{with JEMALLOC} && 0%{?fedora}
BuildRequires: jemalloc-devel
%endif
%if 0%{?fedora}
BuildRequires: gnupg2
%endif
BuildRequires: libuv-devel
@ -407,6 +411,9 @@ export LIBDIR_SUFFIX
%endif
%if %{with UNITTEST}
--with-cmocka \
%endif
%if %{without JEMALLOC}
--without-jemalloc \
%endif
--enable-fixed-rrset \
--enable-full-report \
@ -917,6 +924,7 @@ fi;
%changelog
* Wed Mar 26 2025 Petr Menšík <pemensik@redhat.com> - 32:9.18.35-2
- Backport support for OpenSSL provider required for PKCS11 labels
- Deactivate jemalloc default linking
* Wed Mar 26 2025 Petr Menšík <pemensik@redhat.com> - 32:9.18.35-1
- Update to 9.18.35 (rhbz#2346607)