|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|