fix unzip%nvhpc (#47109)

This commit is contained in:
Thomas-Ulrich
2024-10-22 04:44:14 +02:00
committed by GitHub
parent 037196c2bd
commit b582eacbc1

View File

@@ -28,6 +28,7 @@ def get_make_args(self):
make_args = ["-f", join_path("unix", "Makefile")]
cflags = []
if not self.spec.satisfies("%nvhpc"):
cflags.append("-Wno-error=implicit-function-declaration")
cflags.append("-Wno-error=implicit-int")
cflags.append("-DLARGE_FILE_SUPPORT")