forked from pool/crash
- Fix "kmem -i" option on Linux 5.9-rc1 and later kernels (bsc#1179970 ltc#188981). crash-Fix-kmem-i-option-on-Linux-5.9-rc1-and-later-kernels.patch - Fix crash utility is taking forever to initialize a vmcore from large config system (bsc#1178827 ltc#189279). crash-task.c-avoid-unnecessary-cpu-cycles-in-stkptr_to_tas.patch OBS-URL: https://build.opensuse.org/request/show/860726 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/crash?expand=0&rev=335
22 lines
411 B
Diff
22 lines
411 B
Diff
From: Petr Tesarik <ptesarik@suse.cz>
|
|
Subject: enably snappy support
|
|
Upstream: never, configurable default
|
|
|
|
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
|
|
|
|
---
|
|
CFLAGS.extra | 2 +-
|
|
LDFLAGS.extra | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/CFLAGS.extra
|
|
+++ b/CFLAGS.extra
|
|
@@ -1 +1 @@
|
|
--DLZO
|
|
+-DLZO -DSNAPPY
|
|
--- a/LDFLAGS.extra
|
|
+++ b/LDFLAGS.extra
|
|
@@ -1 +1 @@
|
|
--llzo2
|
|
+-llzo2 -lsnappy
|