]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: two fixes to enable building on OpenBSD with quic enabled 15564/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 16 May 2025 12:26:42 +0000 (14:26 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 16 May 2025 12:26:42 +0000 (14:26 +0200)
commit6217b656495a87c47598d19504bf0f29a5fed993
treee900c68742932aa23622fa728aaf2e5c0ee51df8
parentfa28375f4cb1ae038766aaad6d149734da2f5721
dnsdist: two fixes to enable building on OpenBSD with quic enabled

Meson setup used:

meson setup build \
        -Dlibedit=auto \
        -Dcdb=auto \
        -Dcpp_args=-DDISABLE_OCSP_STAPLING \
        -Ddns-over-http3=enabled \
        -Ddns-over-https=enabled \
        -Ddns-over-quic=enabled \
        -Ddns-over-tls=enabled \
        -Dlmdb=enabled \
        -Dsnmp=disabled \
        -Dtls-gnutls=disabled \
        -Dtls-libssl-dir=/usr/local/eboringssl \
        -Dunit-tests=true \
        -Dyaml=enabled \
        -Ddnstap=enabled \
meson/libssl/meson.build
pdns/libssl.cc