util-linux-uuid: Fix icc build issue (#31312)
This commit is contained in:
@@ -46,4 +46,7 @@ def configure_args(self):
|
||||
'--enable-libuuid',
|
||||
'--disable-bash-completion',
|
||||
]
|
||||
# Fixes #31123.
|
||||
if self.spec.satisfies('%intel'):
|
||||
config_args.append('CFLAGS=-restrict')
|
||||
return config_args
|
||||
|
Reference in New Issue
Block a user