Browse Source

Merge pull request #17688 from svlobanov/stress-ng-fix-build-on-macos

stress-ng: fix build on macos
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by GitHub
parent
commit
41c2e77e6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/stress-ng/Makefile

+ 3
- 0
utils/stress-ng/Makefile 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. the various operating system kernel interfaces.
endef endef
MAKE_FLAGS += \
KERNEL=Linux
define Package/stress-ng/install define Package/stress-ng/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stress-ng $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stress-ng $(1)/usr/bin/


Loading…
Cancel
Save