force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 17 Sep 2023 00:21:35 +0000 (01:21 +0100)
committerRaspbian forward porter <root@raspbian.org>
Sun, 17 Sep 2023 00:21:35 +0000 (01:21 +0100)
commit080e31bc5286d8371da1f876f2747cf3426f2076
tree6897b123dfb444d3b083804eb6fc210ce54063e0
parentee411f7b0c2c4001479319d5f12ab6d593cdb340
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake