apptainer: there is no --with-libsubid (#50181)
This commit is contained in:
parent
f83beb09ba
commit
3c8c7ef341
@ -85,9 +85,7 @@ def config_options(self):
|
||||
options = []
|
||||
if spec.satisfies("@1.1.0: +suid"):
|
||||
options.append("--with-suid")
|
||||
if spec.satisfies("+libsubid"):
|
||||
options.append("--with-libsubid")
|
||||
else:
|
||||
if spec.satisfies("@1.4: ~libsubid"):
|
||||
options.append("--without-libsubid")
|
||||
return options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user