git: 09c55a8f40bc - main - sysutils/busybox: fix build on armv6/armv7

From: Oleksii Samorukov <samm_at_FreeBSD.org>
Date: Sun, 16 Jul 2023 18:18:27 UTC
The branch main has been updated by samm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09c55a8f40bc27f6c96e4fe1657d092b003bd515

commit 09c55a8f40bc27f6c96e4fe1657d092b003bd515
Author:     Oleksii Samorukov <samm@FreeBSD.org>
AuthorDate: 2023-07-16 18:16:49 +0000
Commit:     Oleksii Samorukov <samm@FreeBSD.org>
CommitDate: 2023-07-16 18:16:49 +0000

    sysutils/busybox: fix build on armv6/armv7
    
    Do not update portrevision as it does not impact other systems
    
    Reported by: portsfallout.com
---
 sysutils/busybox/files/patch-Makefile.flags | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/sysutils/busybox/files/patch-Makefile.flags b/sysutils/busybox/files/patch-Makefile.flags
new file mode 100644
index 000000000000..6516528e79cc
--- /dev/null
+++ b/sysutils/busybox/files/patch-Makefile.flags
@@ -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
+