busybox/sendmail-ignore-F-option.patch
Thorsten Kukuk a4cb87b751 - Add patch to fix build on non-x86* architectures:
* busybox-1.37.0-fix-conditional-for-sha1_process_block64_shaNI.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=132
2024-10-07 09:03:13 +00:00

13 lines
581 B
Diff

diff -urN busybox-1.32.0.orig/mailutils/sendmail.c busybox-1.32.0/mailutils/sendmail.c
--- busybox-1.32.0.orig/mailutils/sendmail.c 2020-06-26 20:47:44.000000000 +0200
+++ busybox-1.32.0/mailutils/sendmail.c 2021-01-05 09:04:05.973347132 +0100
@@ -271,7 +271,7 @@
// -a is for ssmtp (http://downloads.openwrt.org/people/nico/man/man8/ssmtp.8.html) compatibility,
// it is still under development.
opts = getopt32(argv, "^"
- "tf:o:iw:+H:S:a:*:v"
+ "tf:o:iw:+H:S:a:*:vF:"
"\0"
// -v is a counter, -H and -S are mutually exclusive, -a is a list
"vv:H--S:S--H",