bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25142: openssl lacks lib/libssl.a


From: Marius Bakke
Subject: bug#25142: openssl lacks lib/libssl.a
Date: Fri, 09 Dec 2016 11:40:51 +0100
User-agent: Notmuch/0.23.3 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

ng0 <address@hidden> writes:

> Marius Bakke <address@hidden> writes:
>
>> ng0 <address@hidden> writes:
>>
>>> In commit 0c69a17efdba0c7c3da0f25800a3c3233200e47b I found out
>>> that our openssl lacks lib/libssl.a ... this should be fixed
>>> somehow with the next update of the openssl package.
>>
>> Did you try the "static" output of OpenSSL?
>
> No, I did not know it existed. If this would be in out:static,
> why is this file in libressl normal output?

I think the main reason static libraries are often in separate outputs
is because of bandwidth concerns, since they are often much larger than
their dynamic counterparts (.so). And the closure size can be smaller,
since they don't contain external references.

LibreSSL probably haven't seen enough use for it to be a concern. Feel
free to submit a patch! :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]