From 53a51fb3d1cbf7fed94aad3a84aa36a19c54a55a Mon Sep 17 00:00:00 2001 From: "Sergey V. Lobanov" Date: Tue, 25 Jan 2022 01:41:09 +0300 Subject: [PATCH] stress-ng: fix build on macos This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection. If Makefile detects Darwin, it removes -lbsd from build flags, but this flag is required due to target is always Linux, not bsd-like. Signed-off-by: Sergey V. Lobanov --- utils/stress-ng/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 4cc799365c..2ae580036e 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -36,6 +36,9 @@ was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. endef +MAKE_FLAGS += \ + KERNEL=Linux + define Package/stress-ng/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stress-ng $(1)/usr/bin/