summaryrefslogtreecommitdiff
path: root/package/lz4/patches/patch-lib_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-25 14:08:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-25 14:08:42 +0100
commit4de3b44c2834233f63677012787755dbd09eca67 (patch)
tree09da9db7122f159bff8420b981531b678c2e68f8 /package/lz4/patches/patch-lib_Makefile
parentd85ce9ab94cf1ee5950d3b5f0dd63b6e4bf555b8 (diff)
lz4: update to 1.7.5
Diffstat (limited to 'package/lz4/patches/patch-lib_Makefile')
-rw-r--r--package/lz4/patches/patch-lib_Makefile11
1 files changed, 0 insertions, 11 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_
-