I updated my system using paru, and noticed that libcurl switched from using rustls to openssl. To revert this, i recompiled libcurl using the official git repository with rustls again.
Afterwhich i started seeing the following warning that i haven't seen before: cmake: /usr/lib/libcurl.so.4: no version information available (required by cmake)
When i tried compiling it with versioned symbols using --enable-versioned-symbols/-DCURL_LIBCURL_VERSIONED_SYMBOLS=On i get the following error and the program exits immediately, which is somewhat expected: cmake: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by cmake)
None of the updated packages seem to directly or indirectly relate to curl/libcurl or ld.so, so i'm lost as to why this all of a sudden happens.
How can i suppress or resolve the warning, since my system seems completely stable with no issues, besides the warning in multiple programs?
Why did this error come up all of a sudden, is there something in the system update that could have caused it?
Thanks in advance.