[openssl] Fix dynamic build on OSX#24090
Conversation
|
@winterz Can you please test weither this PR solves your issue? |
looks good. |
|
can you merge now? |
If @strega-nil-ms has time to review and merge today, it can be merged today, otherwise most likely tomorrow. |
|
@Thomas1664 @winterz For openssl, the built-in crypto encryption library implements encryption algorithms, but for version maintenance, does it need to be manually changed for each version iteration? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Waiting for #24169 to be merged |
|
@FrankXie05 CI is now green |
|
Thanks! |
|
This probably does not completely fix the issue. |
|
@daschuer |
|
Does this Comment belongs to this PR? The issue with building libpq is a native build, using Autotools. The error is Does anyone have an idea to dril that down? |
What is your problem? |
|
The problem is that libpq builds a test program during the configure step of auto tools. This fails my original attempt already contains the patch merged here however I have just merged master again and add a patch that the config.log is preserved #21422 |
|
Your issue is not at all related to this PR or the openssl port itself. The issue is that libpq doesn't recognize openssl 3. |
|
I can confirm that the build failure is different. Sorry for the noise. |
Describe the pull request
What does your PR fix?
Fixes [openssl] Build error #24089
Which triplets are supported/not supported? Have you updated the CI baseline?
Unchanged
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes
Although I can't test it because I don't have a Mac, I'm confident that this should fix the issue.