@@ -67,8 +67,8 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
6767 && mkdir -p /usr/src/patchelf \
6868 && tar -xf patchelf.tar.gz -C /usr/src/patchelf --strip-components 1 \
6969 && cd /usr/src/patchelf \
70- && wget -O config.guess "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " \
71- && wget -O config.sub "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " \
70+ && wget -O config.guess "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" \
71+ && wget -O config.sub "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" \
7272 && ./configure --prefix=/usr/local \
7373 && make -j$(nproc) \
7474 && make install \
@@ -77,8 +77,8 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
7777 && mkdir -p /usr/src/postgresql \
7878 && tar -xf postgresql.tar.bz2 -C /usr/src/postgresql --strip-components 1 \
7979 && cd /usr/src/postgresql \
80- && wget -O config/config.guess "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " \
81- && wget -O config/config.sub "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " \
80+ && wget -O config/config.guess "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" \
81+ && wget -O config/config.sub "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" \
8282 && ./configure \
8383 CFLAGS="-Os -DMAP_HUGETLB=0x40000" \
8484 PYTHON=/usr/bin/python3 \
@@ -105,32 +105,32 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
105105 && cd /usr/src/proj \
106106 && curl -sL "https://download.osgeo.org/proj/proj-datumgrid-$PROJ_DATUMGRID_VERSION.zip" > proj-datumgrid.zip \
107107 && unzip -o proj-datumgrid.zip -d data\
108- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.guess \
109- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.sub \
108+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" > config.guess \
109+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" > config.sub \
110110 && ./configure --disable-static --prefix=/usr/local/pg-build \
111111 && make -j$(nproc) \
112112 && make install \
113113 && mkdir -p /usr/src/geos \
114114 && curl -sL "https://download.osgeo.org/geos/geos-$GEOS_VERSION.tar.bz2" | tar -xjf - -C /usr/src/geos --strip-components 1 \
115115 && cd /usr/src/geos \
116- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.guess \
117- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.sub \
116+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" > config.guess \
117+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" > config.sub \
118118 && ./configure --disable-static --prefix=/usr/local/pg-build \
119119 && make -j$(nproc) \
120120 && make install \
121121 && mkdir -p /usr/src/gdal \
122122 && curl -sL "https://download.osgeo.org/gdal/$GDAL_VERSION/gdal-$GDAL_VERSION.tar.xz" | tar -xJf - -C /usr/src/gdal --strip-components 1 \
123123 && cd /usr/src/gdal \
124- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.guess \
125- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.sub \
124+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" > config.guess \
125+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" > config.sub \
126126 && ./configure --disable-static --prefix=/usr/local/pg-build \
127127 && make -j$(nproc) \
128128 && make install \
129129 && mkdir -p /usr/src/postgis \
130130 && curl -sL "https://postgis.net/stuff/postgis-$POSTGIS_VERSION.tar.gz" | tar -xzf - -C /usr/src/postgis --strip-components 1 \
131131 && cd /usr/src/postgis \
132- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. guess;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.guess \
133- && curl -sL "https://git. savannah.gnu.org/gitweb/?p= config.git;a=blob_plain;f=config. sub;hb=b8ee5f79949d1d40e8820a774d813660e1be52d3 " > config.sub \
132+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/8de5d272823855dd8d81fee50418f4ebf7e79ed9/ config.guess" > config.guess \
133+ && curl -sL "https://gitlab.com/freedesktop-sdk/mirrors/ savannah/config/-/raw/b8ee5f79949d1d40e8820a774d813660e1be52d3/ config.sub" > config.sub \
134134 && ./configure \
135135 --prefix=/usr/local/pg-build \
136136 --with-pgconfig=/usr/local/pg-build/bin/pg_config \
0 commit comments