From 83e46260c47f5f30401224442a8906c4eb175c04 Mon Sep 17 00:00:00 2001 From: Matt Weber Date: Mon, 4 Feb 2019 07:10:22 -0600 Subject: [PATCH] package/sg3_utils: add support for building host variant Initially used by the host build of the utp_com package. Signed-off-by: Matthew Weber Signed-off-by: Thomas Petazzoni --- package/sg3_utils/sg3_utils.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk index 0c17b30cde..b3a79d68ee 100644 --- a/package/sg3_utils/sg3_utils.mk +++ b/package/sg3_utils/sg3_utils.mk @@ -51,3 +51,4 @@ SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS endif $(eval $(autotools-package)) +$(eval $(host-autotools-package)) -- 2.30.2