busybox: fix glibc libresolv dependency for LEDE nslook applet
Fixes d1ba483472 merge: busybox: update CONFIG_NSLOOKUP in busybox config. Fixes FS#1212. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d573b1287e
commit
f4c68e1cc6
@ -101,7 +101,7 @@ ifdef CONFIG_BUSYBOX_CONFIG_PAM
|
|||||||
LDLIBS += pam pam_misc pthread
|
LDLIBS += pam pam_misc pthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_LEDE
|
ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_OPENWRT
|
||||||
ifeq ($(CONFIG_USE_GLIBC),y)
|
ifeq ($(CONFIG_USE_GLIBC),y)
|
||||||
LDLIBS += resolv
|
LDLIBS += resolv
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user