Message from @miconda from the mailing list:
For the moment just adding that Ubuntu 20.04 has libwolfssl-dev 4.30, so
the module does not compile there.
To avoid special casing based on library version, commit 38d2a6a161 adds a git submodule
so that the module can compile on any distribution. This commit is based on the wolfSSL
v5.3.0-stable tag.
To build the module:
git submodule init src/modules/tls_wolfssl/lib/wolfssl
git submodule update src/modules/tls_wolfssl/lib/wolfssl
make cfg
make -C src module_group_tls=tls_wolfssl group_include=tls every-module
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3160#issuecomment-1164088627
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3160/1164088627(a)github.com>