]> 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>
Mon, 9 Sep 2024 14:31:28 +0000 (16:31 +0200)
commit0d28b984e9446afa06b8495c8bf55ba0ef398871
tree18db763f45a8297478be5a7d3ea8f7991680e805
parent6da14287f4ac5d4f03ad47d478be440eecfef40a
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`.

(cherry picked from commit cce2be27bb5a15d28f75349b5d87e31aabd85e09)
builder-support/helpers/install_quiche.sh
tasks.py