Skip to content

Commit

Permalink
Merge pull request #2 from OmbraDiFenice/master
Browse files Browse the repository at this point in the history
Use xmlrpc super_stable build
  • Loading branch information
sdelrio authored Jun 1, 2018
2 parents 34e511d + 13506a6 commit 5a27525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtorrent/compiletorrent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make install && \
cd .. && \
rm -rf curl-* && \
ldconfig && \
svn --non-interactive --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c && \
svn --non-interactive --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/super_stable/ xmlrpc-c && \
cd xmlrpc-c && \
./configure --enable-libxml2-backend --disable-abyss-server --disable-cgi-server && \
make -j -l2 && \
Expand Down

0 comments on commit 5a27525

Please sign in to comment.