diff options
author | Ron Yorston <rmy@pobox.com> | 2023-01-05 08:56:27 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-01-05 08:56:27 +0000 |
commit | e5e4a2fec5435192d1672e6db2f335cb5e89f877 (patch) | |
tree | 08cb827a40817ea4824bc9336d57eda669c4d4b2 /Makefile.flags | |
parent | 4343f3926355f55fc023203c992527fc34bf609e (diff) | |
parent | b1884deb514c35289d37e7bfbf23f770b0bd09b3 (diff) | |
download | busybox-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.flags | 3 |
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) | |||
196 | ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -dumpmachine))) | 196 | ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -dumpmachine))) |
197 | LDLIBS += resolv | 197 | LDLIBS += resolv |
198 | endif | 198 | endif |
199 | ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dumpmachine))) | ||
200 | LDLIBS += resolv | ||
201 | endif | ||
199 | endif | 202 | endif |
200 | 203 | ||
201 | ifeq ($(CONFIG_EFENCE),y) | 204 | ifeq ($(CONFIG_EFENCE),y) |