Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44afc04

Browse files
committedApr 4, 2018
replace SIP API VERSION not SIP version
1 parent c6f9af0 commit 44afc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
103103
&& mkdir /root/sip419 \
104104
&& mv $(find -type d -iname 'sip-*')/* sip419
105105
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 \
106+
RUN sed -i -r "s/SIP_API_MINOR_NR 4/SIP_API_MINOR_NR 3/" siplib/sip.h.in.in \
107107
&& python3 build.py prepare \
108108
&& python3 configure.py \
109109
&& make \

0 commit comments

Comments
 (0)
Please sign in to comment.