]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Disable `SONAME` support in Quiche
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 19 Jul 2024 12:12:01 +0000 (14:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Jul 2024 13:23:46 +0000 (15:23 +0200)
commitcce2be27bb5a15d28f75349b5d87e31aabd85e09
tree1c3d0c3e0f2a4b4d91080e5f25ba55d328c35890
parent13ae54d539f26a8e37272e2df246709a93e8c23f
dnsdist: Disable `SONAME` support in Quiche

Since 0.22.0 Quiche sets a proper `SONAME`

See https://github.com/cloudflare/quiche/pull/1769

but it does not matter in our case since we install
the Quiche library in such a way (libdnsdist-quiche.so)
that we are the only user, and it will always be updated
with DNSdist. Keeping it makes our life significantly harder
since several packaging tools look a the `SONAME`.
builder-support/helpers/install_quiche.sh
tasks.py