busybox: nslookup applet link with resolv if use glibc
This fixed b36b8b6929c6d6b17edddfb4597cf6a26a991ed0 ("busybox: remove nslookup_lede/openwrt.patch") It is likely dropped by mistake, This add back the changes Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
This commit is contained in:
parent
622f8ef577
commit
a9ebd3a0ea
@ -98,6 +98,10 @@ endif
|
|||||||
|
|
||||||
LDLIBS += $(call BUSYBOX_IF_ENABLED,PAM,pam pam_misc pthread)
|
LDLIBS += $(call BUSYBOX_IF_ENABLED,PAM,pam pam_misc pthread)
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_USE_GLIBC),y)
|
||||||
|
LDLIBS += $(call BUSYBOX_IF_ENABLED,NSLOOKUP,resolv)
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),selinux)
|
ifeq ($(BUILD_VARIANT),selinux)
|
||||||
LDLIBS += selinux sepol
|
LDLIBS += selinux sepol
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user