]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/lz4-1.8.1.2_mod_install_path.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next-suricata
[ipfire-2.x.git] / src / patches / lz4-1.8.1.2_mod_install_path.patch
1 diff -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
13 diff -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
25 diff -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