krb5: disable missing keyutils dependency (#47397)

This commit is contained in:
Harmen Stoppels 2024-11-04 11:20:33 +01:00 committed by GitHub
parent 5b93466340
commit 2c1d74db9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")