diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2022-04-07 10:39:46 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2022-04-08 17:35:49 -0300 |
commit | e85ceaaa14ba5dc2481590e8d5b11e2d5dab0d2a (patch) | |
tree | 7c3590b38e51238d379c318bfd917324bd440144 | |
parent | fa95654b28bb7c894cdc689ab941cc9db2a62ce1 (diff) |
opensc: do not build man pages
Add --disable-man to configure flags to skip building man pages.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
-rw-r--r-- | utils/opensc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |