blob: 6516528e79cc0f4549b2e396cc69b00b6c4c7ad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.flags.orig 2023-07-16 18:11:37 UTC
+++ Makefile.flags
@@ -188,7 +188,7 @@ ifneq (,$(findstring linux,$(shell $(CC) $(CFLAGS) -du
LDLIBS += resolv
endif
ifneq (,$(findstring gnu,$(shell $(CC) $(CFLAGS) -dumpmachine)))
-LDLIBS += resolv
+#LDLIBS += resolv
endif
endif
|