File lcrash-add-cflags.diff of Package lcrash
[PATCH] Adds CFLAGS to lcrash This patch changes the Makefile of lcrash to honor CFLAGS. Signed-off-by: Bernhard Walle <bwalle@suse.de> --- lcrash/Makefile | 1 + 1 file changed, 1 insertion(+) --- lkcdutils-svn-r1364.orig/lcrash/Makefile +++ lkcdutils-svn-r1364/lcrash/Makefile @@ -6,6 +6,7 @@ DEPTH = . -include ../.config include $(DEPTH)/commondefs +EXTRA_CFLAGS += $(CFLAGS) EXTRA_CFLAGS += -DARCH=$(ARCH) -I./include $(INCDIRS) ifeq ($(ARCH),ppc64)