From 7434c91c50ba2ad89a60663fa0984fc530feaa58 Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Sun, 5 Jul 2020 20:40:35 +0100 Subject: [PATCH] stubby: add build dependency on check package Signed-off-by: Jonathan G. Underwood --- libs/getdns/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/getdns/Makefile b/libs/getdns/Makefile index f8b41a2cbc..81104b7414 100644 --- a/libs/getdns/Makefile +++ b/libs/getdns/Makefile @@ -23,6 +23,8 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_GETDNS_ENABLE_STUB_ONLY \ CONFIG_GETDNS_ENABLE_IDN_LIBIDN2 +PKG_BUILD_DEPENDS:=check + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -- 2.30.2