]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qt5-base/patches/zstdd.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / qt5-base / patches / zstdd.patch
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qt5-base/patches/zstdd.patch b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qt5-base/patches/zstdd.patch
new file mode 100644 (file)
index 0000000..9d10890
--- /dev/null
@@ -0,0 +1,16 @@
+diff --git a/configure.json b/configure.json
+index 50d69b740..7149e6803 100644
+--- a/configure.json
++++ b/configure.json
+@@ -182,7 +182,10 @@
+             },
+             "sources": [
+                 { "type": "pkgConfig", "args": "libzstd >= 1.3" },
+-                "-lzstd"
++                "-lzstd",
++                "-lzstdd",
++                "-lzstd -pthread",
++                "-lzstdd -pthread"
+             ]
+         },
+         "dbus": {