[source] busybox: fix glibc libresolv dependency for LEDE nslook applet
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 10 05:27:56 PST 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/f4c68e1cc6a62a315c00e5bb3e8c884c6d8c3e64
commit f4c68e1cc6a62a315c00e5bb3e8c884c6d8c3e64
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Dec 10 14:26:19 2017 +0100
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 at mein.io>
---
package/utils/busybox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 0734b52..4b1bbed 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
More information about the lede-commits
mailing list