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