gcc: fix build of gcc@master by limiting the version range of a patch (#19482)
Co-authored-by: Thomas Green <ca-tgreen@gw4a64fxlogin00.head.gw4.metoffice.gov.uk>
This commit is contained in:
parent
7b7907077f
commit
fe04f06896
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
|
|||
patch('sys_ustat-4.9.patch', when='@4.9')
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95005
|
||||
patch('zstd.patch', when='@10:')
|
||||
patch('zstd.patch', when='@10.0:10.2')
|
||||
|
||||
build_directory = 'spack-build'
|
||||
|
||||
|
|
Loading…
Reference in a new issue