File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ VERSION_PIXMAN=0.38.4
39
39
VERSION_CAIRO=1.16.0
40
40
VERSION_FRIBIDI=1.0.9
41
41
VERSION_PANGO=1.44.7
42
- VERSION_SVG=2.47.3
42
+ VERSION_SVG=2.48.0
43
43
VERSION_GIF=5.1.4
44
44
45
45
# Remove patch version component
@@ -103,7 +103,7 @@ make install
103
103
rm ${TARGET} /lib/libz.a
104
104
105
105
mkdir ${DEPS} /ffi
106
- curl -Ls https://sourceware.org/pub/libffi/libffi-${VERSION_FFI} .tar.gz | tar xzC ${DEPS} /ffi --strip-components=1
106
+ curl -Ls https://www.mirrorservice.org/sites/ sourceware.org/pub/libffi/libffi-${VERSION_FFI} .tar.gz | tar xzC ${DEPS} /ffi --strip-components=1
107
107
cd ${DEPS} /ffi
108
108
sed -i ' s/@toolexeclibdir@/$(libdir)/g' Makefile.in
109
109
./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking --disable-builddir
You can’t perform that action at this time.
0 commit comments