[Buildroot] [git commit] package/makedumpfile: fix passing of MAKEDUMPFILE_MAKE_OPTS

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Sep 19 12:35:54 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=660692939cf6bd13fd0c822083f1fd4b0fafca1c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

MAKEDUMP_MAKE_OPTS contains an important option to enable LZO support,
but it was not passed at build time.

Signed-off-by: Alexander Egorenkov <egorenar-dev at posteo.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/makedumpfile/makedumpfile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/makedumpfile/makedumpfile.mk b/package/makedumpfile/makedumpfile.mk
index 8077664892..276f3f908c 100644
--- a/package/makedumpfile/makedumpfile.mk
+++ b/package/makedumpfile/makedumpfile.mk
@@ -24,7 +24,7 @@ endif
 
 define MAKEDUMPFILE_BUILD_CMDS
 	$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
-		TARGET=$(MAKEDUMPFILE_TARGET) LINKTYPE=dynamic
+		$(MAKEDUMPFILE_MAKE_OPTS) TARGET=$(MAKEDUMPFILE_TARGET) LINKTYPE=dynamic
 endef
 
 define MAKEDUMPFILE_INSTALL_TARGET_CMDS


More information about the buildroot mailing list