From be6f147882c4fd2bfbea0b04b998d60e3b11b9c2 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 1d84b1f5..be01913a 100644 --- a/utils/opensc/Makefile +++ b/utils/opensc/Makefile @@ -99,6 +99,7 @@ endef endef CONFIGURE_ARGS += \ + --disable-man \ --disable-notify \ --disable-strict