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 = []
|
options = []
|
||||||
if spec.satisfies("@1.1.0: +suid"):
|
if spec.satisfies("@1.1.0: +suid"):
|
||||||
options.append("--with-suid")
|
options.append("--with-suid")
|
||||||
if spec.satisfies("+libsubid"):
|
if spec.satisfies("@1.4: ~libsubid"):
|
||||||
options.append("--with-libsubid")
|
|
||||||
else:
|
|
||||||
options.append("--without-libsubid")
|
options.append("--without-libsubid")
|
||||||
return options
|
return options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user