Skip to content

Commit 46ed5cb

Browse files
committed
bugfix: use new CFG_OPTS_LT and CFG_OPTS_RT vars for extended build, too
1 parent 11950e1 commit 46ed5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)