Skip to content

Commit e3784e3

Browse files
authored
Merge pull request #310 from stickz/rtorrent-crash-fix
rTorrent: Resolve memory access crash
2 parents 4631313 + 74ed5bc commit e3784e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN patch -p1 < throttle-fix-0.13.8.patch \
141141
&& patch -p1 < libtorrent-udns-0.13.8.patch \
142142
&& patch -p1 < libtorrent-scanf-0.13.8.patch
143143
RUN ./autogen.sh
144-
RUN ./configure --with-posix-fallocate
144+
RUN ./configure --with-posix-fallocate --enable-aligned
145145
RUN make -j$(nproc) CXXFLAGS="-w -O3 -flto"
146146
RUN make install -j$(nproc)
147147
RUN make DESTDIR=${DIST_PATH} install -j$(nproc)

0 commit comments

Comments
 (0)