From e85ceaaa14ba5dc2481590e8d5b11e2d5dab0d2a Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 7 Apr 2022 10:39:46 -0300 Subject: [PATCH] opensc: do not build man pages Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz --- utils/opensc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/opensc/Makefile b/utils/opensc/Makefile index 1d84b1f548..be01913a55 100644 --- a/utils/opensc/Makefile +++ b/utils/opensc/Makefile @@ -99,6 +99,7 @@ endef endef CONFIGURE_ARGS += \ + --disable-man \ --disable-notify \ --disable-strict -- 2.30.2