Merge pull request 'windows microhttpd change url' (#19) from master into release
SHS Gitea/docker/pipeline/head Something is wrong with the build of this commit

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-08-20 16:24:14 +03:00
+2 -2
View File
@@ -48,9 +48,9 @@ RUN unzip -o /soft/MySQL_C_x${WIN_BITS}.zip -d ${SYSROOT}/ \
RUN unzip -o /soft/postgresql_x${WIN_BITS}.zip -d ${SYSROOT}/ \
&& cp ${SYSROOT}/lib/*.dll ${INSTALL_DIR}/bin/
# microhttpd
# microhttpd (https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-latest-w32-bin.zip)
RUN mkdir -p /soft/tmp && cd /soft/tmp \
&& wget -nv https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-latest-w32-bin.zip \
&& wget -nv https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-latest-w32-bin.zip \
&& unzip -o /soft/tmp/*.zip -d /soft/tmp \
&& cp -rfv /soft/tmp/libmicrohttpd-*-w32-bin/${WIN_ARCH2}/MinGW/static/mingw${WIN_BITS}/* ${INSTALL_DIR}/ \
&& rm -rf /soft/tmp