krb5: disable missing keyutils dependency (#47397)
This commit is contained in:
parent
5b93466340
commit
2c1d74db9b
@ -103,7 +103,7 @@ def patch(self):
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
args = ["--without-system-verto"]
|
||||
args = ["--without-system-verto", "--without-keyutils"]
|
||||
|
||||
if spec.satisfies("~shared"):
|
||||
args.append("--enable-static")
|
||||
|
Loading…
Reference in New Issue
Block a user