Dockerfile.mingw: Remove deprecated libssh2 configure flags

pull/2103/head
Tatsuhiro Tsujikawa 2023-09-17 21:00:30 +09:00
parent 506aac6b4e
commit 4352a31e6b
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ RUN tar xf libssh2-1.11.0.tar.bz2 && \
--prefix=/usr/local/$HOST \
--host=$HOST \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
--without-openssl \
--with-wincng \
LIBS="-lws2_32" && \
make -j$(nproc) install