From 9646958bebb61a1350e862d38f2d8ff2dcf5fd32 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 22 Aug 2022 16:34:49 +0300 Subject: [PATCH] stress-ng: add libjpeg dep Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean (cherry picked from commit fc6f44b13aef281a70327fa3786883a9a6489894) --- utils/stress-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index bfee2ee37..30590ccd1 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -27,7 +27,7 @@ define Package/stress-ng CATEGORY:=Utilities TITLE:=stress-ng is a stress test utility URL:=https://github.com/ColinIanKing/stress-ng - DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod +libatomic + DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod +libatomic +libjpeg endef define Package/stress-ng/description