rtorrent
rtorrent copied to clipboard
XMLRPC configure
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