Versions
v0.4.5 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64 ~x86
- USE flags
- static-libs test
USE flags
General
- static-libs
- Build static versions of dynamic libraries as well
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-libs / aws-c-common : Core c99 package for AWS SDK for C
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
Depending packages
dev-libs / aws-c-io : AWS SDK for C module, handles IO and TLS work for application protocols
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sven Eden · gentoo
dev-libs/aws-c-cal: Fix building with USE="static-libs" (#761385)
Whe building with USE="static-libs", the final linker stage fails with: ```` /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libcrypto.a(c_zlib.o): in function `zlib_stateful_expand_block': undefined reference to `inflate' undefined reference to `deflateEnd' ```` To fix this -lz is now explicitly added when merging with USE="static-libs" Closes: https://bugs.gentoo.org/761385 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/aws-c-cal: WhitespaceFound
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Sven Eden · gentoo
dev-libs/aws-c-cal: Cryptography layer, needed for dev-libs/aws-c-io
* dev-libs/aws-c-io is still to be added, and is needed to bump dev-libs/aws-c-event-streams. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>