From 967f9fb5902c13363cf7d45153168b670c7cbf63 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Tue, 29 Jan 2019 17:43:16 +0100 Subject: Build static glib under mxe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mdbtools only builds static under mxe. This should add static build of glib to the container with the mxe libraries. [Dirk Hohndel: merged with latest version of Dockerfile] Signed-off-by: Salvador Cuñat Signed-off-by: Dirk Hohndel --- scripts/docker/mxe-build-container/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/docker') diff --git a/scripts/docker/mxe-build-container/Dockerfile b/scripts/docker/mxe-build-container/Dockerfile index 346565300..a85bfbd6c 100644 --- a/scripts/docker/mxe-build-container/Dockerfile +++ b/scripts/docker/mxe-build-container/Dockerfile @@ -44,6 +44,8 @@ RUN cd /win ; git clone git://github.com/mxe/mxe ; \ RUN mv /win/settings.mk /win/mxe RUN cd /win/mxe ; \ make -j 6 2>&1 | tee build.log ; +RUN cd /win/mxe ; \ + make MXE_TARGETS=i686-w64-mingw32.static glib -j 6 2>&1 |tee build.log ; RUN cd /win/mxe ; \ mkdir -p neolit ; cd neolit ; git clone -b wip/win git://github.com/qt/qtconnectivity RUN cd /win/mxe/neolit/qtconnectivity ; \ -- cgit v1.2.3-70-g09d2