m4: Apply macOS patch also on Big Sur (#22993)

Without this patch, `m4` aborts on startup, as for the previous macOS releases.
This commit is contained in:
Erik Schnetter 2021-04-14 17:32:39 -04:00 committed by GitHub
parent 066caa1d2a
commit 51421100cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ class M4(AutotoolsPackage, GNUMirrorPackage):
patch('secure_snprintf.patch', when='os = highsierra')
patch('secure_snprintf.patch', when='os = mojave')
patch('secure_snprintf.patch', when='os = catalina')
patch('secure_snprintf.patch', when='os = bigsur')
# https://bugzilla.redhat.com/show_bug.cgi?id=1573342
patch('https://src.fedoraproject.org/rpms/m4/raw/5d147168d4b93f38a4833f5dd1d650ad88af5a8a/f/m4-1.4.18-glibc-change-work-around.patch', sha256='fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8', when='@1.4.18')