From 165f89551c0a1b6254f607828d4046a4000f4170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 30 Apr 2018 15:03:08 +0000 Subject: vars/build.vars:native_packages_deps: adds zstd v1.3.4 as an optional dependency of rpm. patches/zstd-1.3.4.local.patch: fix {zlib,{bzip2,lzma}} `detection.' --- patches/zstd-1.3.4.local.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/zstd-1.3.4.local.patch (limited to 'patches') diff --git a/patches/zstd-1.3.4.local.patch b/patches/zstd-1.3.4.local.patch new file mode 100644 index 00000000..10723d67 --- /dev/null +++ b/patches/zstd-1.3.4.local.patch @@ -0,0 +1,10 @@ +--- zstd-1.3.4/programs/Makefile.orig 2018-03-26 22:19:34.000000000 +0000 ++++ zstd-1.3.4/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 \ -- cgit v1.2.3