aboutsummaryrefslogtreecommitdiff
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index 3f936d67ecc5..4963b621bf11 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-24.2.4.2}
+VERSION=${VERSION:-24.2.5.2}
SHORT_VERSION=${VERSION%.*.*}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -203,15 +203,6 @@ extwikipub="--enable-ext-wiki-publisher"; [ "${EXTWIKIPUB:-no}" != "yes" ] &
extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] && extnlpsolver=""
-# Temporary fix for problems with boost > 1.80
-# Results in additional download of compatible boost to use internally
-BOOST_MINOR_VERSION=$(basename $(ls -d /usr/lib${LIBDIRSUFFIX}/cmake/Boost-1.*) | cut -d'.' -f2)
-if [ "$BOOST_MINOR_VERSION" -gt "80" ]; then
- boost="--without-system-boost"
-else
- boost="--with-system-boost"
-fi
-
./configure \
CFLAGS="$SLKCFLAGS" \
@@ -273,7 +264,6 @@ fi
--with-system-poppler \
--with-system-sane \
--with-system-zlib \
- $boost \
$coinmp \
$cppunit \
$glm \