-
Notifications
You must be signed in to change notification settings - Fork 29
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
libssl.a libcrypto.a #3254
Comments
root@pc/build # ls /usr/lib64/libssl.a /usr/lib64/libcrypto.a |
Given that wolfSSL was added, is this still needed? |
Not for my project right now. Plus apparently it's not possible to link openssl statically as it still needs access to dynamic libraries at runtime. But generally I would appreciate it if you included the statically compiled libraries as well in your devpkgs |
as a general policy we don't build (or ship) static libraries with a few
explicit exceptions (similar to other distros)
this is mostly for security maintenance reasons, but also it tends to cause
massive issues with LTO when we do even minor GCC updates
…On Thu, Feb 13, 2025 at 1:42 PM Raimo ***@***.***> wrote:
Not for my project right now. Plus apparently it's not possible to link
openssl statically as it still needs access to dynamic libraries at runtime.
But generally I would appreciate it if you included the statically
compiled libraries as well in your devpkgs
—
Reply to this email directly, view it on GitHub
<#3254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ54FMMS356HNXBEH5NVO32PUGTFAVCNFSM6AAAAABWHNCWGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXG43DSMZQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: Raimo33]*Raimo33* left a comment (clearlinux/distribution#3254)
<#3254 (comment)>
Not for my project right now. Plus apparently it's not possible to link
openssl statically as it still needs access to dynamic libraries at runtime.
But generally I would appreciate it if you included the statically
compiled libraries as well in your devpkgs
—
Reply to this email directly, view it on GitHub
<#3254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ54FMMS356HNXBEH5NVO32PUGTFAVCNFSM6AAAAABWHNCWGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJXG43DSMZQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Why only dynamic libraries? I need static linking for maximum performance
The text was updated successfully, but these errors were encountered: