Skip to content

Commit

Permalink
Upgrade to rTorrent v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz authored Jul 20, 2024
1 parent 1539658 commit 7e8162c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ARG GEOIP2_PHPEXT_VERSION=1.3.1
ARG RUTORRENT_VERSION=9bf6e15c4864a71ff9e9ca5ea689fd001931279b
ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148

# v5.3-0.9.8-0.13.8
ARG RTORRENT_STICKZ_VERSION=effa2f24b0c6674d9e649dc626b659f4bd43c7b2
# v6.0-0.9.8-0.13.8
ARG RTORRENT_STICKZ_VERSION=f6ef811e50d78c041dd9865698186a2319b3ef88

ARG ALPINE_VERSION=3.19
ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3
Expand Down Expand Up @@ -134,7 +134,7 @@ COPY --from=src-rtorrent /src .

WORKDIR /usr/local/src/rtorrent/libtorrent
RUN ./autogen.sh
RUN ./configure --enable-aligned --disable-instrumentation
RUN ./configure --enable-aligned --disable-instrumentation --enable-udns
RUN make -j$(nproc) CXXFLAGS="-w -O3 -flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
RUN make install -j$(nproc)
RUN make DESTDIR=${DIST_PATH} install -j$(nproc)
Expand Down

0 comments on commit 7e8162c

Please sign in to comment.