- use distribution library on Tumbleweed for DoQ support
OBS-URL: https://build.opensuse.org/package/show/server:dns/knot?expand=0&rev=64
This commit is contained in:
parent
4bfedc9760
commit
48cfed28f9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 21:42:11 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
- use distribution library on Tumbleweed for DoQ support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 21:26:34 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
|
@ -49,6 +49,9 @@ Source99: knot.keyring
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: libngtcp2-devel
|
||||
%endif
|
||||
BuildRequires: liburcu-devel
|
||||
BuildRequires: lmdb-devel >= 0.9.15
|
||||
BuildRequires: openssl-devel
|
||||
@ -146,7 +149,9 @@ This package contains a library for a zone record scanner.
|
||||
--libexecdir=%{_libexecdir}/%{pkg_name} \
|
||||
--includedir=%{_includedir}/knot/ \
|
||||
--disable-static \
|
||||
%if 0%{?suse_version} < 1600
|
||||
--enable-quic \
|
||||
%endif
|
||||
--enable-recvmmsg=yes \
|
||||
%if %{with lto}
|
||||
--enable-lto=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user