From: Jo-Philipp Wich Date: Sun, 10 Dec 2017 13:26:19 +0000 (+0100) Subject: busybox: fix glibc libresolv dependency for LEDE nslook applet X-Git-Tag: v18.06.0-rc1~1604 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f4c68e1cc6a62a315c00e5bb3e8c884c6d8c3e64;p=openwrt%2Fstaging%2Fchunkeey.git 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 --- diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 0734b522ca..4b1bbed67b 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -101,7 +101,7 @@ ifdef CONFIG_BUSYBOX_CONFIG_PAM LDLIBS += pam pam_misc pthread endif -ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_LEDE +ifdef CONFIG_BUSYBOX_DEFAULT_NSLOOKUP_OPENWRT ifeq ($(CONFIG_USE_GLIBC),y) LDLIBS += resolv endif