Bug fix for findutils: apply nonnull.patch only for versions 4.8.0+ (#28857)
This commit is contained in:
parent
e365b05821
commit
ef030ed0ee
@ -55,7 +55,7 @@ def url_for_version(self, version):
|
||||
# does not work for GCC on macOS
|
||||
# <https://savannah.gnu.org/bugs/?func=detailitem&item_id=59972>; we thus
|
||||
# disable this attribute manually
|
||||
patch('nonnull.patch')
|
||||
patch('nonnull.patch', when='@4.8.0:')
|
||||
|
||||
build_directory = 'spack-build'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user