From feddafc9cfb7d67c816c375db4b64e4f2a5783de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 26 Mar 2025 21:20:00 +0100 Subject: [PATCH] Deactivate jemalloc linking --- bind.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index c5b48bb..e0464e2 100644 --- a/bind.spec +++ b/bind.spec @@ -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 - 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 - 32:9.18.35-1 - Update to 9.18.35 (rhbz#2346607)