From: Eneas U de Queiroz Date: Thu, 7 Apr 2022 13:39:46 +0000 (-0300) Subject: opensc: do not build man pages X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e85ceaaa14ba5dc2481590e8d5b11e2d5dab0d2a;p=openwrt-packages.git opensc: do not build man pages Add --disable-man to configure flags to skip building man pages. Signed-off-by: Eneas U de Queiroz --- diff --git a/utils/opensc/Makefile b/utils/opensc/Makefile index 1d84b1f54..be01913a5 100644 --- a/utils/opensc/Makefile +++ b/utils/opensc/Makefile @@ -99,6 +99,7 @@ endef endef CONFIGURE_ARGS += \ + --disable-man \ --disable-notify \ --disable-strict