We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c6f9af0 commit 44afc04Copy full SHA for 44afc04
.docker/qgis3-build-deps.dockerfile
@@ -103,7 +103,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
103
&& mkdir /root/sip419 \
104
&& mv $(find -type d -iname 'sip-*')/* sip419
105
WORKDIR /root/sip419
106
-RUN sed -i -r "s/RM_HEXVERSION = '04ffff'/RM_HEXVERSION = '041308'/; s/RM_RELEASE = '4.255.255'/RM_RELEASE = '4.19.8'/" build.py \
+RUN sed -i -r "s/SIP_API_MINOR_NR 4/SIP_API_MINOR_NR 3/" siplib/sip.h.in.in \
107
&& python3 build.py prepare \
108
&& python3 configure.py \
109
&& make \
0 commit comments