]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/lz4-1.9.2_mod_install_path.patch
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / src / patches / lz4-1.9.2_mod_install_path.patch
1 diff -Nur lz4-1.9.2.orig/lib/Makefile lz4-1.9.2/lib/Makefile
2 --- lz4-1.9.2.orig/lib/Makefile 2019-10-29 08:14:03.167415441 +0000
3 +++ lz4-1.9.2/lib/Makefile 2019-10-29 08:14:43.243864994 +0000
4 @@ -144,7 +144,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 lower in script
8 -PREFIX ?= /usr/local
9 +PREFIX ?= /usr
10 prefix ?= $(PREFIX)
11 EXEC_PREFIX ?= $(prefix)
12 exec_prefix ?= $(EXEC_PREFIX)
13 diff -Nur lz4-1.9.2.orig/programs/Makefile lz4-1.9.2/programs/Makefile
14 --- lz4-1.9.2.orig/programs/Makefile 2019-10-29 08:14:03.177415386 +0000
15 +++ lz4-1.9.2/programs/Makefile 2019-10-29 08:14:30.267268628 +0000
16 @@ -132,7 +132,7 @@
17 # directory variables : GNU conventions prefer lowercase
18 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
19 # support both lower and uppercase (BSD), use lowercase in script
20 -PREFIX ?= /usr/local
21 +PREFIX ?= /usr
22 prefix ?= $(PREFIX)
23 EXEC_PREFIX ?= $(prefix)
24 exec_prefix ?= $(EXEC_PREFIX)