Deactivate jemalloc linking
This commit is contained in:
parent
8bc9ab3888
commit
feddafc9cf
1 changed files with 9 additions and 1 deletions
10
bind.spec
10
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 <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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue