diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-25 14:08:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-25 14:08:42 +0100 |
commit | 4de3b44c2834233f63677012787755dbd09eca67 (patch) | |
tree | 09da9db7122f159bff8420b981531b678c2e68f8 /package/lz4/patches | |
parent | d85ce9ab94cf1ee5950d3b5f0dd63b6e4bf555b8 (diff) |
lz4: update to 1.7.5
Diffstat (limited to 'package/lz4/patches')
-rw-r--r-- | package/lz4/patches/patch-lib_Makefile | 11 | ||||
-rw-r--r-- | package/lz4/patches/patch-programs_Makefile | 20 |
2 files changed, 0 insertions, 31 deletions
diff --git a/package/lz4/patches/patch-lib_Makefile b/package/lz4/patches/patch-lib_Makefile deleted file mode 100644 index 168b1870c..000000000 --- a/package/lz4/patches/patch-lib_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- lz4-r131.orig/lib/Makefile 2015-06-29 11:48:37.000000000 +0200 -+++ lz4-r131/lib/Makefile 2016-09-24 02:53:43.222879939 +0200 -@@ -38,7 +38,7 @@ LIBVER_PATCH=`sed -n '/define LZ4_VERSIO - LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH) - - DESTDIR?= --PREFIX ?= /usr/local -+PREFIX ?= /usr - CFLAGS ?= -O3 - CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -pedantic -DXXH_NAMESPACE=LZ4_ - diff --git a/package/lz4/patches/patch-programs_Makefile b/package/lz4/patches/patch-programs_Makefile deleted file mode 100644 index ce43646da..000000000 --- a/package/lz4/patches/patch-programs_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- lz4-r131.orig/programs/Makefile 2015-06-29 11:48:37.000000000 +0200 -+++ lz4-r131/programs/Makefile 2016-09-24 02:52:44.112577985 +0200 -@@ -37,7 +37,7 @@ - RELEASE?= r131 - - DESTDIR?= --PREFIX ?= /usr/local -+PREFIX ?= /usr - CFLAGS ?= -O3 - CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\" - FLAGS := -I../lib $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -@@ -70,7 +70,7 @@ m32: lz4c32 fullbench32 fuzzer32 framete - - bins: lz4 lz4c fullbench fuzzer frametest datagen - --all: bins m32 -+all: bins - - lz4: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/xxhash.c bench.c lz4io.c lz4cli.c - $(CC) $(FLAGS) $^ -o $@$(EXT) |