]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/lz4-1.8.1.2_mod_install_path.patch
squid 3.5.28: latest patches (01-02)
[people/pmueller/ipfire-2.x.git] / src / patches / lz4-1.8.1.2_mod_install_path.patch
CommitLineData
adf3f4f4
EK
1diff -Nur lz4-1.8.1.2.orig/lib/Makefile lz4-1.8.1.2/lib/Makefile
2--- lz4-1.8.1.2.orig/lib/Makefile 2018-01-21 07:24:41.881357925 +0000
3+++ lz4-1.8.1.2/lib/Makefile 2018-01-21 07:25:44.823444081 +0000
4@@ -120,7 +120,7 @@
5 # directory variables : GNU conventions prefer lowercase
6 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
7 # support both lower and uppercase (BSD), use uppercase in script
8-prefix ?= /usr/local
9+prefix ?= /usr
10 PREFIX ?= $(prefix)
11 exec_prefix ?= $(PREFIX)
12 libdir ?= $(exec_prefix)/lib
13diff -Nur lz4-1.8.1.2.orig/NEWS lz4-1.8.1.2/NEWS
14--- lz4-1.8.1.2.orig/NEWS 2018-01-21 07:24:41.809360114 +0000
15+++ lz4-1.8.1.2/NEWS 2018-01-21 07:26:00.838957106 +0000
16@@ -96,7 +96,7 @@
17 New : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
18 New : lz4frame & lz4cli frame content size support
19 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
20-Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
21+Changed: Default "make install" directory is /usr, as notified by Ron Johnson
22 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
23 New : datagen can generate sparse files
24 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
25diff -Nur lz4-1.8.1.2.orig/programs/Makefile lz4-1.8.1.2/programs/Makefile
26--- lz4-1.8.1.2.orig/programs/Makefile 2018-01-21 07:24:41.881357925 +0000
27+++ lz4-1.8.1.2/programs/Makefile 2018-01-21 07:26:24.562235766 +0000
28@@ -121,7 +121,7 @@
29 # directory variables : GNU conventions prefer lowercase
30 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
31 # support both lower and uppercase (BSD), use uppercase in script
32-prefix ?= /usr/local
33+prefix ?= /usr
34 PREFIX ?= $(prefix)
35 exec_prefix ?= $(PREFIX)
36 bindir ?= $(exec_prefix)/bin