build system: FEATURE_NSLOOKUP_BIG needs -lresolv
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
058a153b69
commit
fa87abe807
@ -156,6 +156,10 @@ CPPFLAGS += $(SELINUX_CFLAGS)
|
|||||||
LDLIBS += $(if $(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$(SELINUX_PC_MODULES:lib%=%))
|
LDLIBS += $(if $(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$(SELINUX_PC_MODULES:lib%=%))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y)
|
||||||
|
LDLIBS += resolv
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_EFENCE),y)
|
ifeq ($(CONFIG_EFENCE),y)
|
||||||
LDLIBS += efence
|
LDLIBS += efence
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user