Skip to content

Commit

Permalink
Merge pull request #310 from stickz/rtorrent-crash-fix
Browse files Browse the repository at this point in the history
rTorrent: Resolve memory access crash
  • Loading branch information
crazy-max authored Jan 16, 2024
2 parents 4631313 + 74ed5bc commit e3784e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN patch -p1 < throttle-fix-0.13.8.patch \
&& patch -p1 < libtorrent-udns-0.13.8.patch \
&& patch -p1 < libtorrent-scanf-0.13.8.patch
RUN ./autogen.sh
RUN ./configure --with-posix-fallocate
RUN ./configure --with-posix-fallocate --enable-aligned
RUN make -j$(nproc) CXXFLAGS="-w -O3 -flto"
RUN make install -j$(nproc)
RUN make DESTDIR=${DIST_PATH} install -j$(nproc)
Expand Down

0 comments on commit e3784e3

Please sign in to comment.