Skip to content

Commit

Permalink
Upgrade dep: librsvg
Browse files Browse the repository at this point in the history
UK Mirrorservice still winning at reliability
  • Loading branch information
lovell committed Mar 7, 2020
1 parent 5475a6d commit 576a4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ VERSION_PIXMAN=0.38.4
VERSION_CAIRO=1.16.0
VERSION_FRIBIDI=1.0.9
VERSION_PANGO=1.44.7
VERSION_SVG=2.47.3
VERSION_SVG=2.48.0
VERSION_GIF=5.1.4

# Remove patch version component
Expand Down Expand Up @@ -103,7 +103,7 @@ make install
rm ${TARGET}/lib/libz.a

mkdir ${DEPS}/ffi
curl -Ls https://sourceware.org/pub/libffi/libffi-${VERSION_FFI}.tar.gz | tar xzC ${DEPS}/ffi --strip-components=1
curl -Ls https://www.mirrorservice.org/sites/sourceware.org/pub/libffi/libffi-${VERSION_FFI}.tar.gz | tar xzC ${DEPS}/ffi --strip-components=1
cd ${DEPS}/ffi
sed -i 's/@toolexeclibdir@/$(libdir)/g' Makefile.in
./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking --disable-builddir
Expand Down

0 comments on commit 576a4bf

Please sign in to comment.