aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-01-05 08:56:27 +0000
committerRon Yorston <rmy@pobox.com>2023-01-05 08:56:27 +0000
commite5e4a2fec5435192d1672e6db2f335cb5e89f877 (patch)
tree08cb827a40817ea4824bc9336d57eda669c4d4b2 /Makefile.flags
parent4343f3926355f55fc023203c992527fc34bf609e (diff)
parentb1884deb514c35289d37e7bfbf23f770b0bd09b3 (diff)
downloadbusybox-w32-e5e4a2fec5435192d1672e6db2f335cb5e89f877.tar.gz
busybox-w32-e5e4a2fec5435192d1672e6db2f335cb5e89f877.tar.bz2
busybox-w32-e5e4a2fec5435192d1672e6db2f335cb5e89f877.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index bf77c2492..aa6565cf7 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -196,6 +196,9 @@ ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y)
196ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -dumpmachine))) 196ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -dumpmachine)))
197LDLIBS += resolv 197LDLIBS += resolv
198endif 198endif
199ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dumpmachine)))
200LDLIBS += resolv
201endif
199endif 202endif
200 203
201ifeq ($(CONFIG_EFENCE),y) 204ifeq ($(CONFIG_EFENCE),y)