Skip to content

Conversation

@truemedian
Copy link
Member

Updates to the latest stable openssl, this series
has support past the end of the current LTS, and
we have no reason to stay on 3.0.

Now autodetects an existing openssl installation
and uses it for --openssldir.

Removes existing no-* options that have been
default for a long time.

Adds no-pinshared because we're using a static
openssl and don't need it to pin the executable.

Replaces no-unit-test (a default) with no-tests
to ensure tests are not compiled.

Removes no-stdio because FILE may be useful,
and it allows generating the openssl apps/* for
debugging.

Adds no-makedepend because we're running this
once and it roughly halves the number of cc calls.
Which matters quite a bit on Windows.


Additionally passes -Wno-dev to cmake, it gets rid of the cmake policy warnings (that we don't care about) that we cannot enable without bumping our minimum cmake version.

Updates to the latest stable openssl, this series
has support past the end of the current LTS, and
we have no reason to stay on 3.0.

Now autodetects an existing openssl installation
and uses it for `--openssldir`.

Removes existing `no-*` options that have been
default for a long time.

Adds `no-pinshared` because we're using a static
openssl and don't need it to pin the executable.

Replaces `no-unit-test` (a default) with `no-tests`
to ensure tests are not compiled.

Removes `no-stdio` because `FILE` may be useful,
and it allows generating the openssl `apps/*` for
debugging.

Adds `no-makedepend` because we're running this
once and it roughly halves the number of cc calls.
Which matters quite a bit on Windows.
@truemedian truemedian merged commit 12c8642 into luvit:master Dec 27, 2024
51 checks passed
@truemedian truemedian deleted the openssl-configure branch December 27, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants