configure: make libpsl detection failure cause an error#12661
Closed
configure: make libpsl detection failure cause an error#12661
Conversation
c8610c0 to
c76ac1a
Compare
To force users to explictily disable it if they really don't want it used and make it harder to accidentally miss it.
c76ac1a to
7790425
Compare
KexyBiscuit
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this pull request
Jan 31, 2024
- Workaround curl/curl#12661, will fix later.
KexyBiscuit
added a commit
to AOSC-Dev/aosc-os-abbs
that referenced
this pull request
Jan 31, 2024
- Workaround curl/curl#12661, will fix later.
2 tasks
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 15, 2024
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Oct 31, 2024
As in `./configure`: To force users to explictily disable it if they really don't want it used and make it harder to accidentally miss it. `-DCURL_USE_LIBPSL=OFF` is the option to use if PSL is not wanted. Follow-up to 2998874 curl#12661
pps83
pushed a commit
to pps83/curl
that referenced
this pull request
Apr 26, 2025
As done earlier in `./configure`: To force users to explictily disable it if they really don't want it used and make it harder to accidentally miss it. `-DCURL_USE_LIBPSL=OFF` is the option to use if PSL is not wanted. Follow-up to 2998874 curl#12661 Closes curl#15464
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To force users to explictily disable it if they really don't want it used and make it harder to accidentally miss it.