Skip to content

Commit

Permalink
bugfix: use new CFG_OPTS_LT and CFG_OPTS_RT vars for extended build, too
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Mar 10, 2015
1 parent 11950e1 commit 46ed5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ extend() { # Rebuild and install libtorrent and rTorrent with patches applied

# Build it (note that libtorrent patches ALSO influence the "vanilla" version)
( set +x ; cd libtorrent-$LT_VERSION && automagic && \
./configure $CFG_OPTS && make clean && make && make prefix=$INST_DIR install )
./configure $CFG_OPTS_LT && make clean && make && make prefix=$INST_DIR install )
$SED_I s:/usr/local:$INST_DIR: $INST_DIR/lib/pkgconfig/*.pc $INST_DIR/lib/*.la
( set +x ; cd rtorrent-$RT_VERSION && automagic && \
./configure $CFG_OPTS --with-xmlrpc-c=$INST_DIR/bin/xmlrpc-c-config >/dev/null && \
./configure $CFG_OPTS_RT --with-xmlrpc-c=$INST_DIR/bin/xmlrpc-c-config >/dev/null && \
make clean && make && make prefix=$INST_DIR install )
}

Expand Down

0 comments on commit 46ed5cb

Please sign in to comment.