coreutils: patch for 8.32 for aarch64 (#25320)
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
This commit is contained in:
parent
e64659b008
commit
79c2d55830
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ class Coreutils(AutotoolsPackage, GNUMirrorPackage):
|
|||
|
||||
variant("gprefix", default=False, description="prefix commands with 'g', to avoid conflicts with OS utilities")
|
||||
|
||||
patch('https://src.fedoraproject.org/rpms/coreutils/raw/6b50cb9f/f/coreutils-8.32-ls-removed-dir.patch',
|
||||
when='@8.32 target=aarch64:',
|
||||
sha256='5878894375a8fda98150783430b30c0b7104899dc5522034ebcaf8c961183b7e')
|
||||
|
||||
build_directory = 'spack-build'
|
||||
|
||||
def configure_args(self):
|
||||
|
|
Loading…
Reference in a new issue