Skip to content

Commit

Permalink
Use xmlrpc super_stable build
Browse files Browse the repository at this point in the history
Using the "stable" build of xmlrpc gave me an error during compiling on raspberry pi zero. The error was the same of this issue: kfei/docktorrent#42

Using the "super_stable" build fixed it and allowed to finish the compilation correctly.
  • Loading branch information
OmbraDiFenice authored May 30, 2018
1 parent 34e511d commit 13506a6
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 13506a6

Please sign in to comment.