File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,10 +394,10 @@ extend() { # Rebuild and install libtorrent and rTorrent with patches applied
394394
395395 # Build it (note that libtorrent patches ALSO influence the "vanilla" version)
396396 ( set +x ; cd libtorrent-$LT_VERSION && automagic && \
397- ./configure $CFG_OPTS && make clean && make && make prefix=$INST_DIR install )
397+ ./configure $CFG_OPTS_LT && make clean && make && make prefix=$INST_DIR install )
398398 $SED_I s:/usr/local:$INST_DIR : $INST_DIR /lib/pkgconfig/* .pc $INST_DIR /lib/* .la
399399 ( set +x ; cd rtorrent-$RT_VERSION && automagic && \
400- ./configure $CFG_OPTS --with-xmlrpc-c=$INST_DIR /bin/xmlrpc-c-config > /dev/null && \
400+ ./configure $CFG_OPTS_RT --with-xmlrpc-c=$INST_DIR /bin/xmlrpc-c-config > /dev/null && \
401401 make clean && make && make prefix=$INST_DIR install )
402402}
403403
You can’t perform that action at this time.
0 commit comments