Bug fix for findutils: apply nonnull.patch only for versions 4.8.0+ (#28857)
This commit is contained in:
		| @@ -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' | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dom Heinzeller
					Dom Heinzeller