nixpkgs/pkgs/development/libraries/ustream-ssl
Manuel Frischknecht 982c21722a ustream-ssl-wolfssl: add missing openssl dependency
`ustream-ssl` still needs `openssl` as a build input if it is built
against `wolfssl` (see [1]). I haven't deciphered the build setup
entirely, but from the respective CMake declarations, it looks like
the library still won't be linked against `openssl` if it is built
against `wolfssl` (see the `SET(SSL_LIB ...)` declarations), so I
guess `openssl` is solely needed for some header definitions.

[1]: https://git.openwrt.org/?p=project/ustream-ssl.git;a=blob;f=CMakeLists.txt;h=2de65905a40d8893155877a2b0894bcedec56f39;hb=HEAD#l24
2023-12-23 19:08:19 +00:00
..
default.nix ustream-ssl-wolfssl: add missing openssl dependency 2023-12-23 19:08:19 +00:00