]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/lz4-1.9.4_mod_install_path.patch
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / src / patches / lz4-1.9.4_mod_install_path.patch
CommitLineData
a72263c6
AB
1diff -Naur lz4-1.9.4.orig/lib/Makefile lz4-1.9.4/lib/Makefile
2--- lz4-1.9.4.orig/lib/Makefile 2022-08-16 00:45:31.000000000 +0200
3+++ lz4-1.9.4/lib/Makefile 2023-01-25 14:31:42.117296250 +0100
4@@ -151,7 +151,7 @@
bc456dd7
EK
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)
a72263c6
AB
13diff -Naur lz4-1.9.4.orig/programs/Makefile lz4-1.9.4/programs/Makefile
14--- lz4-1.9.4.orig/programs/Makefile 2022-08-16 00:45:31.000000000 +0200
15+++ lz4-1.9.4/programs/Makefile 2023-01-25 14:31:56.923590369 +0100
16@@ -157,7 +157,7 @@
bc456dd7
EK
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)