Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[curl] Don't export implicit link dirs #43672

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Feb 7, 2025

Fixes #43463 (comment).

Tested locally with vcpkg-ci-curl:arm-android with NDK r22b and VCPKG_CMAKE_SYSTEM_VERSION 16.

endforeach()
+ list(APPEND _sys_libdirs ${CMAKE_C_IMPLICIT_LINK_DIRECTORIES})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -106 to +110
echo "${curllibdir}-lcurl @LIBCURL_PC_LIBS_PRIVATE@"
- echo "${curllibdir}-lcurl @LIBCURL_PC_LIBS_PRIVATE@"
Copy link
Contributor Author

@dg0yt dg0yt Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lost in patch update for 8.12.0#0. 🤦

@FrankXie05 FrankXie05 added the category:port-bug The issue is with a library, which is something the port should already support label Feb 7, 2025
@AenBleidd
Copy link
Contributor

Has been successfully tested here: BOINC/boinc#6061
Except need to provide a PKG_CONFIG_PATH (reasonable change) - everything builds smooth.
Thank you @dg0yt for fixing that!

@BillyONeal BillyONeal merged commit 74ec888 into microsoft:master Feb 8, 2025
17 checks passed
@BillyONeal
Copy link
Member

Thanks for the fix and reporting to upstream!

autoantwort pushed a commit to autoantwort/vcpkg that referenced this pull request Feb 8, 2025
@dg0yt dg0yt deleted the curl-libs branch February 8, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants