12 lines
286 B
Makefile
12 lines
286 B
Makefile
--- Makefile.flags.orig 2024-09-26 14:00:52 UTC
|
|
+++ Makefile.flags
|
|
@@ -189,7 +189,7 @@ ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dump
|
|
LDLIBS += resolv
|
|
endif
|
|
ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dumpmachine)))
|
|
-LDLIBS += resolv
|
|
+#LDLIBS += resolv
|
|
endif
|
|
endif
|
|
|