- enable DoH support (add dependency on libnghttp2) bsc#1225969
- enable DoQ support using embedded library (libngtcp2) OBS-URL: https://build.opensuse.org/package/show/server:dns/knot?expand=0&rev=63
This commit is contained in:
parent
5d00d5a55e
commit
4bfedc9760
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 21:26:34 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
- enable DoH support (add dependency on libnghttp2) bsc#1225969
|
||||
- enable DoQ support using embedded library (libngtcp2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 13:13:39 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
|
@ -48,6 +48,7 @@ Source4: system-user-knot.conf
|
||||
Source99: knot.keyring
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: liburcu-devel
|
||||
BuildRequires: lmdb-devel >= 0.9.15
|
||||
BuildRequires: openssl-devel
|
||||
@ -145,6 +146,7 @@ This package contains a library for a zone record scanner.
|
||||
--libexecdir=%{_libexecdir}/%{pkg_name} \
|
||||
--includedir=%{_includedir}/knot/ \
|
||||
--disable-static \
|
||||
--enable-quic \
|
||||
--enable-recvmmsg=yes \
|
||||
%if %{with lto}
|
||||
--enable-lto=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user