diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-04-30 15:03:08 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-04-30 15:03:08 +0000 |
commit | 165f89551c0a1b6254f607828d4046a4000f4170 (patch) | |
tree | 3ac7d4e06eec8e9058f0507d35d3ea06be5e6c86 /patches | |
parent | 5d749446342f708d732e8f1350dbbd6c75fedd75 (diff) | |
download | midipix_build-165f89551c0a1b6254f607828d4046a4000f4170.tar.bz2 midipix_build-165f89551c0a1b6254f607828d4046a4000f4170.tar.xz |
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.'
Diffstat (limited to 'patches')
-rw-r--r-- | patches/zstd-1.3.4.local.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 \ |