From c2c63965fc36d25a27b5c0e1ee260730888e0196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sat, 30 Mar 2024 16:54:03 +0100 Subject: groups.d/231.native_packages_etc.group: zstd: bump to v1.5.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/zstd-1.3.4.local.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 patches/zstd-1.3.4.local.patch (limited to 'patches/zstd-1.3.4.local.patch') diff --git a/patches/zstd-1.3.4.local.patch b/patches/zstd-1.3.4.local.patch deleted file mode 100644 index 40e5250d..00000000 --- a/patches/zstd-1.3.4.local.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru a/programs/Makefile b/programs/Makefile ---- a/programs/Makefile 2018-03-26 22:19:34.000000000 +0000 -+++ b/programs/Makefile 2018-04-30 14:55:39.468000000 +0000 -@@ -38,7 +38,6 @@ - CPPFLAGS+= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ - -I$(ZSTDDIR)/dictBuilder \ - -DXXH_NAMESPACE=ZSTD_ --CFLAGS ?= -O3 - DEBUGFLAGS+=-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ - -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ - -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \ -diff -ru a/lib/libzstd.pc.in b/lib/libzstd.pc.in ---- a/lib/libzstd.pc.in 2020-03-27 11:36:13.368590549 -0400 -+++ b/lib/libzstd.pc.in 2020-03-27 11:36:28.362034466 -0400 -@@ -10,5 +10,5 @@ - Description: fast lossless compression algorithm library - URL: http://www.zstd.net/ - Version: @VERSION@ --Libs: -L${libdir} -lzstd -+Libs: -lzstd - Cflags: -I${includedir} -- cgit v1.2.3