From 0b03a65afa92d2e4c51ff49d39d4d34143749305 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 17 Sep 2009 09:29:59 +0200 Subject: No need for a libresolv stub libresolv is just a stub anyway, default to not building it. Signed-off-by: Bernhard Reutner-Fischer --- libresolv/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libresolv') diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in index b7475d757..879603be7 100644 --- a/libresolv/Makefile.in +++ b/libresolv/Makefile.in @@ -28,8 +28,10 @@ libresolv-a-y := $(libresolv_OBJ) endif libresolv-so-y := $(libresolv_OBJ:.o=.os) +ifeq ($(UCLIBC_HAS_RESOLV_STUB),y) lib-a-y += $(top_builddir)lib/libresolv.a lib-so-y += $(top_builddir)lib/libresolv.so +endif objclean-y += libresolv_clean ifeq ($(DOPIC),y) -- cgit v1.2.3