mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
sysutils/busybox: fix build on armv6/armv7
Do not update portrevision as it does not impact other systems Reported by: portsfallout.com
This commit is contained in:
parent
d063fe8268
commit
09c55a8f40
1 changed files with 11 additions and 0 deletions
11
sysutils/busybox/files/patch-Makefile.flags
Normal file
11
sysutils/busybox/files/patch-Makefile.flags
Normal file
|
@ -0,0 +1,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
|
||||
|
Loading…
Add table
Reference in a new issue