[git commit] resolver: add a dependencies for DNS resolver feature

Carmelo Amoroso carmelo.amoroso at st.com
Thu Oct 27 10:48:31 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=e0b741c2cb0ec3278d699818556ebcf003590818
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

DNS resolver needs at least IPV4 or IPV6 support enabled
to be correctly built. Add such dependency.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 extra/Configs/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 1e96806..d1b3cb2 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


More information about the uClibc-cvs mailing list