Skip to content

Commit

Permalink
openssl: Don't generate documentation
Browse files Browse the repository at this point in the history
Use the newly introduced option[1] no-docs to not generate what
we don't need.

[1] openssl/openssl@956b4c7
  • Loading branch information
AlessandroBono authored and nacho committed Nov 28, 2023
1 parent 3cca39d commit 20ac098
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gvsbuild/projects/openssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ def __init__(self):
)

def build(self):
common_options = (
r"no-ssl3 no-comp --openssldir=%(gtk_dir)s/etc/ssl --prefix=%(gtk_dir)s"
)
common_options = r"no-comp no-docs no-ssl3 --openssldir=%(gtk_dir)s/etc/ssl --prefix=%(gtk_dir)s"

debug_option = "debug-" if self.builder.opts.configuration == "debug" else ""
# Note that we want to give priority to the system perl version.
Expand Down

0 comments on commit 20ac098

Please sign in to comment.