summaryrefslogtreecommitdiffhomepage
path: root/patches/zstd-1.5.5.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-03-30 16:54:03 +0100
committerØrjan Malde <red@foxi.me>2024-03-30 16:54:03 +0100
commitc2c63965fc36d25a27b5c0e1ee260730888e0196 (patch)
tree773030bd531a990109be1ed2a8ba01465f1c4341 /patches/zstd-1.5.5.local.patch
parent992cd15815848b37576440c78cf098913e41570e (diff)
downloadmidipix_build-c2c63965fc36d25a27b5c0e1ee260730888e0196.tar.bz2
midipix_build-c2c63965fc36d25a27b5c0e1ee260730888e0196.tar.xz
groups.d/231.native_packages_etc.group: zstd: bump to v1.5.5
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/zstd-1.5.5.local.patch')
-rw-r--r--patches/zstd-1.5.5.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/zstd-1.5.5.local.patch b/patches/zstd-1.5.5.local.patch
new file mode 100644
index 00000000..3075a43f
--- /dev/null
+++ b/patches/zstd-1.5.5.local.patch
@@ -0,0 +1,11 @@
+diff -ru zstd-1.5.5.orig/lib/libzstd.pc.in zstd-1.5.5/lib/libzstd.pc.in
+--- zstd-1.5.5.orig/lib/libzstd.pc.in 2023-04-04 22:13:52.000000000 +0200
++++ zstd-1.5.5/lib/libzstd.pc.in 2024-03-30 16:49:30.898203602 +0100
+@@ -11,6 +11,6 @@
+ Description: fast lossless compression algorithm library
+ URL: https://facebook.github.io/zstd/
+ Version: @VERSION@
+-Libs: -L${libdir} -lzstd
++Libs: -lzstd
+ Libs.private: @LIBS_PRIVATE@
+ Cflags: -I${includedir}