summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/aws-c-cal: Fix building with USE="static-libs" (#761385)Sven Eden2021-03-271-0/+12
| | | | | | | | | | | | | | | | | | | | | 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>
* dev-libs/aws-c-cal: Cryptography layer, needed for dev-libs/aws-c-ioSven Eden2020-12-131-0/+11
* 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>