diff --git a/net/cshark/patches/010-gcc12.patch b/net/cshark/patches/010-gcc12.patch new file mode 100644 index 00000000..c36b3e7e --- /dev/null +++ b/net/cshark/patches/010-gcc12.patch @@ -0,0 +1,11 @@ +--- a/src/uclient.c ++++ b/src/uclient.c +@@ -150,7 +150,7 @@ static void cshark_ustream_ssl_init(void + + ssl_ctx = ssl_ops->context_new(false); + +- if (config.ca) ++ if (strlen(config.ca)) + ssl_ops->context_add_ca_crt_file(ssl_ctx, config.ca); + } +