From 978c67ab86a29f8357b33ac1a7f4e158db3fbd20 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Thu, 17 Dec 2015 14:27:18 -0500 Subject: [PATCH] Adjust for crash-7.1.4 --- lzo_snappy.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lzo_snappy.patch b/lzo_snappy.patch index 73d2a4f..232eb61 100644 --- a/lzo_snappy.patch +++ b/lzo_snappy.patch @@ -1,5 +1,5 @@ ---- crash-7.0.2/diskdump.c.orig -+++ crash-7.0.2/diskdump.c +--- crash-7.1.4/diskdump.c.orig ++++ crash-7.1.4/diskdump.c @@ -23,6 +23,8 @@ * GNU General Public License for more details. */ @@ -8,10 +8,10 @@ +#define SNAPPY #include "defs.h" #include "diskdump.h" - ---- crash-7.0.2/Makefile.orig -+++ crash-7.0.2/Makefile -@@ -223,7 +223,7 @@ all: make_configure + #include "xen_dom0.h" +--- crash-7.1.4/Makefile.orig ++++ crash-7.1.4/Makefile +@@ -228,7 +228,7 @@ all: make_configure gdb_merge: force @if [ ! -f ${GDB}/README ]; then \ make --no-print-directory gdb_unzip; fi