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 <sergey@lobanov.in>
(cherry picked from commit 53a51fb3d1)
This commit is contained in:
Sergey V. Lobanov 2022-01-25 01:41:09 +03:00 committed by Josef Schlehofer
parent 84b66ce125
commit 8554a287cf
1 changed files with 3 additions and 0 deletions

View File

@ -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/