mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add Changelog entry
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
fca2bcc733
commit
273efeb0eb
5
ChangeLog.d/nonversioned-library-soname.txt
Normal file
5
ChangeLog.d/nonversioned-library-soname.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Features
|
||||||
|
* make: enable building unversioned shared library, with e.g.:
|
||||||
|
"SHARED=1 SOEXT_TLS=so SOEXT_X509=so SOEXT_CRYPTO=so make lib"
|
||||||
|
resulting in library names like "libmbedtls.so" rather than
|
||||||
|
"libmbedcrypto.so.11".
|
||||||
Loading…
Reference in a new issue