Makefile patch to enable kdump binary
This commit is contained in:
parent
a10eeb3d9e
commit
999fff1a0c
11
kexec-tools-1.101-Makefile.patch
Normal file
11
kexec-tools-1.101-Makefile.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- kexec-tools-1.101/Makefile~orig 2006-02-02 11:34:50.000000000 +0100
|
||||
+++ kexec-tools-1.101/Makefile 2006-02-02 11:35:00.000000000 +0100
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
MAN_PAGES:= kexec/kexec.8
|
||||
BINARIES_i386:= $(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test $(SBINDIR)/kdump
|
||||
-BINARIES_x86_64:=$(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
|
||||
+BINARIES_x86_64:=$(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test $(SBINDIR)/kdump
|
||||
BINARIES:=$(SBINDIR)/kexec $(BINARIES_$(ARCH))
|
||||
|
||||
TARGETS:=$(BINARIES) $(MAN_PAGES)
|
Loading…
Reference in New Issue
Block a user