-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[openssl] on *-osx-dynamic triplets don't have install_name set properly #30805
Comments
I've written a |
Thanks @russelltg. |
Ah I see, it seems like it's regressed then--those install_name_tool commands look correct. Yes, it is quite similar, except it seems the situation is more complex on macOS--there are 3 things that need fixing up:
Of the ~200 ports that we use for our project, the affected ones are openssl, fribidi, and libgeotiff |
This issue hasn’t been updated in 3 month, if it is still an issue, please reopen this issue. |
Describe the bug
On macOS, when building OpenSSL in a dynamic configuration, the output .dylib's have an absolute install name
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be
Failure logs
-(please attached failure logs)
Additional context
What i've done to get around the issue temporarily is to add
after the
vcpkg_fixup_pkgconfig()
, but this is not a proper solution as it doesn't apply to the tools:The text was updated successfully, but these errors were encountered: