X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Flz4-1.8.1.2_mod_install_path.patch;fp=src%2Fpatches%2Flz4-1.8.1.2_mod_install_path.patch;h=0000000000000000000000000000000000000000;hp=8b9646e1c09ad6509ab8e524a40c482747af03f9;hb=1dbd47ee061c3c38429c7accb76c3e7aafa435d8;hpb=a3ebd7c206622eece9a36fbb1f2cbc70128994fa diff --git a/src/patches/lz4-1.8.1.2_mod_install_path.patch b/src/patches/lz4-1.8.1.2_mod_install_path.patch deleted file mode 100644 index 8b9646e1c0..0000000000 --- a/src/patches/lz4-1.8.1.2_mod_install_path.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nur lz4-1.8.1.2.orig/lib/Makefile lz4-1.8.1.2/lib/Makefile ---- lz4-1.8.1.2.orig/lib/Makefile 2018-01-21 07:24:41.881357925 +0000 -+++ lz4-1.8.1.2/lib/Makefile 2018-01-21 07:25:44.823444081 +0000 -@@ -120,7 +120,7 @@ - # directory variables : GNU conventions prefer lowercase - # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html - # support both lower and uppercase (BSD), use uppercase in script --prefix ?= /usr/local -+prefix ?= /usr - PREFIX ?= $(prefix) - exec_prefix ?= $(PREFIX) - libdir ?= $(exec_prefix)/lib -diff -Nur lz4-1.8.1.2.orig/NEWS lz4-1.8.1.2/NEWS ---- lz4-1.8.1.2.orig/NEWS 2018-01-21 07:24:41.809360114 +0000 -+++ lz4-1.8.1.2/NEWS 2018-01-21 07:26:00.838957106 +0000 -@@ -96,7 +96,7 @@ - New : lz4 cli supports long commands (suggested by Takayuki Matsuoka) - New : lz4frame & lz4cli frame content size support - New : lz4frame supports skippable frames, as requested by Sergey Cherepanov --Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson -+Changed: Default "make install" directory is /usr, as notified by Ron Johnson - New : lz4 cli supports "pass-through" mode, requested by Neil Wilson - New : datagen can generate sparse files - New : scan-build tests, thanks to kind help by Takayuki Matsuoka -diff -Nur lz4-1.8.1.2.orig/programs/Makefile lz4-1.8.1.2/programs/Makefile ---- lz4-1.8.1.2.orig/programs/Makefile 2018-01-21 07:24:41.881357925 +0000 -+++ lz4-1.8.1.2/programs/Makefile 2018-01-21 07:26:24.562235766 +0000 -@@ -121,7 +121,7 @@ - # directory variables : GNU conventions prefer lowercase - # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html - # support both lower and uppercase (BSD), use uppercase in script --prefix ?= /usr/local -+prefix ?= /usr - PREFIX ?= $(prefix) - exec_prefix ?= $(PREFIX) - bindir ?= $(exec_prefix)/bin