mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
stress-ng: adjust against glibc 2.41
Add optional depends for users of glibc. Related: https://github.com/openwrt/packages/pull/26889 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
committed by
Josef Schlehofer
parent
975023619c
commit
74794b0ef0
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=stress-ng
|
PKG_NAME:=stress-ng
|
||||||
PKG_VERSION:=0.19.00
|
PKG_VERSION:=0.19.00
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/ColinIanKing/stress-ng/tar.gz/refs/tags/V$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/ColinIanKing/stress-ng/tar.gz/refs/tags/V$(PKG_VERSION)?
|
||||||
@@ -29,7 +29,7 @@ define Package/stress-ng
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=stress-ng is a stress test utility
|
TITLE:=stress-ng is a stress test utility
|
||||||
URL:=https://github.com/ColinIanKing/stress-ng
|
URL:=https://github.com/ColinIanKing/stress-ng
|
||||||
DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod +libatomic +libjpeg
|
DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod +libatomic +libjpeg +USE_GLIBC:libcrypt-compat
|
||||||
PROVIDES:=stress
|
PROVIDES:=stress
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user