Blame SOURCES/rhelonly-kexec-tools-2.0.20-makedumpfile-remove-lebl.patch

7a865b
From 3beef142bc003d9cf2e957c6a21e51d661f9b13e Mon Sep 17 00:00:00 2001
7a865b
From: Pingfan Liu <piliu@redhat.com>
7a865b
Date: Thu, 28 Nov 2019 21:23:00 +0800
7a865b
Subject: [PATCH] makedumpfile: remove -lebl
7a865b
7a865b
Signed-off-by: Pingfan Liu <piliu@redhat.com>
7a865b
---
7a865b
 makedumpfile-1.6.6/Makefile | 2 +-
7a865b
 1 file changed, 1 insertion(+), 1 deletion(-)
7a865b
7a865b
diff --git a/makedumpfile-1.6.6/Makefile b/makedumpfile-1.6.6/Makefile
7a865b
index 1fdb628..df21b93 100644
7a865b
--- a/makedumpfile-1.6.6/Makefile
7a865b
+++ b/makedumpfile-1.6.6/Makefile
7a865b
@@ -50,7 +50,7 @@ OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART))
7a865b
 SRC_ARCH = arch/arm.c arch/arm64.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c arch/s390x.c arch/ppc.c arch/sparc64.c
7a865b
 OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))
7a865b
 
7a865b
-LIBS = -ldw -lbz2 -lebl -ldl -lelf -lz
7a865b
+LIBS = -ldw -lbz2 -ldl -lelf -lz
7a865b
 ifneq ($(LINKTYPE), dynamic)
7a865b
 LIBS := -static $(LIBS)
7a865b
 endif
7a865b
-- 
7a865b
2.20.1
7a865b