On FreeBSD getaddrinfo and friends are part of libc.
Other OS-es will also have own dependencies

Signed-off-by: Alex Samorukov <s...@os2.kiev.ua>
---
 Makefile.flags | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.flags b/Makefile.flags
index 6ff4d7239..5673bc48a 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -181,8 +181,10 @@ LDLIBS += $(if 
$(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$(SELINUX_PC_MODULES:lib%=%
 endif
 
 ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y)
+ifeq ($(CONFIG_UNAME_OSNAME),Linux)
 LDLIBS += resolv
 endif
+endif
 
 ifeq ($(CONFIG_EFENCE),y)
 LDLIBS += efence
-- 
2.29.1

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to