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