commit | fa87abe807530daeb46f6730d4231489a4e2782b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 11:04:03 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 11:04:03 2018 +0200 |
tree | e966a498fb099c5ff388e0adcbb062f9a25df4d0 | |
parent | 058a153b6970660f3c284ac259986ae87507df9a [diff] [blame] |
build system: FEATURE_NSLOOKUP_BIG needs -lresolv Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/Makefile.flags b/Makefile.flags index f3c897b..6f6142c 100644 --- a/Makefile.flags +++ b/Makefile.flags
@@ -156,6 +156,10 @@ LDLIBS += $(if $(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$(SELINUX_PC_MODULES:lib%=%)) endif +ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y) +LDLIBS += resolv +endif + ifeq ($(CONFIG_EFENCE),y) LDLIBS += efence endif