rtorrent icon indicating copy to clipboard operation
rtorrent copied to clipboard

XMLRPC configure

Open mirolm opened this issue 4 months ago • 2 comments

Is your feature request related to a problem?

Currently we build a whole bunch of xmlrpc modules and some of them are not used at all.

Describe the solution you'd like

For building xmlrpc i use the below:

./configure --disable-wininet-client --disable-libwww-client --disable-abyss-server --disable-cgi-server --disable-cplusplus --enable-libxml2-backend --without-libwww-ssl

Abyss and CGI server libs are not used at all by rtorrent. LibXML2 backend replaces the builtin old expat code. Not sure for libwww-ssl but saw some distros like gentoo add this too.

Additional context

No response

mirolm avatar Oct 01 '24 11:10 mirolm