From ef9ca83d367cb786429f22b6c64b92794e2013fe Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 4 Jan 2025 00:23:06 +0100 Subject: [PATCH] Update boost, fixes build --- projects/poppler/Dockerfile | 2 +- projects/poppler/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/poppler/Dockerfile b/projects/poppler/Dockerfile index 0654c7d95d4f..742e4172d109 100644 --- a/projects/poppler/Dockerfile +++ b/projects/poppler/Dockerfile @@ -29,7 +29,7 @@ RUN git clone --depth 1 --branch=5.15 git://code.qt.io/qt/qtbase.git RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/pango.git ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.80/glib-2.80.0.tar.xz $SRC RUN tar xvJf $SRC/glib-2.80.0.tar.xz -RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2 +RUN wget https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2 RUN wget https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_99_RTM/src/nss-3.99-with-nspr-4.35.tar.gz RUN git clone --depth 1 --single-branch https://gitlab.freedesktop.org/poppler/poppler.git diff --git a/projects/poppler/build.sh b/projects/poppler/build.sh index 82db18eebb90..f30650092836 100755 --- a/projects/poppler/build.sh +++ b/projects/poppler/build.sh @@ -29,8 +29,8 @@ mkdir -p $BUILD # Install Boost headers cd $SRC/ -tar jxf boost_1_83_0.tar.bz2 -cd boost_1_83_0/ +tar jxf boost_1_87_0.tar.bz2 +cd boost_1_87_0/ CFLAGS="" CXXFLAGS="" ./bootstrap.sh CFLAGS="" CXXFLAGS="" ./b2 headers ./b2 --with-math install