From e0b741c2cb0ec3278d699818556ebcf003590818 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Oct 2011 12:48:31 +0200 Subject: resolver: add a dependencies for DNS resolver feature DNS resolver needs at least IPV4 or IPV6 support enabled to be correctly built. Add such dependency. Signed-off-by: Carmelo Amoroso --- extra/Configs/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1e968063a..d1b3cb2df 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1291,6 +1291,7 @@ config UCLIBC_HAS_EXTRA_COMPAT_RES_STATE config UCLIBC_HAS_RESOLVER_SUPPORT bool "DNS resolver functions" select UCLIBC_HAS_COMPAT_RES_STATE + depends on UCLIBC_HAS_IPV4 || UCLIBC_HAS_IPV6 help Provide implementations for DNS resolver functions. In particular, the following functions will be added to the -- cgit v1.2.3