summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2019-03-22 10:50:15 +0100
committer Willy Sudiarto Raharjo2019-03-23 03:59:38 +0100
commit46d1b9dcf688c71f3ec36068afe070779a783be3 (patch)
treeb8a9b133c0f892115189f27119e38f9c3a3ae0cc /office/LibreOffice/LibreOffice.SlackBuild
parent12fe3953c4f8f7c1f94266078c6d3de475dd21ce (diff)
downloadslackbuilds-46d1b9dcf688c71f3ec36068afe070779a783be3.tar.gz
office/LibreOffice: Updated for version 6.2.2.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index 6cc1837297..e42d308ea8 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-6.2.1.2}
+VERSION=${VERSION:-6.2.2.2}
SHORT_VERSION=${VERSION%.*.*}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -133,7 +133,6 @@ if pkg-config --exists libpq ; then postgresql="--with-system-postgresql" ; else
if pkg-config --exists libucpp ; then ucpp="--with-system-ucpp" ; else ucpp="" ; fi
if test -e /usr/include/lpsolve ; then lpsolve="--with-system-lpsolve" ; else lpsolve="" ; fi
if pkg-config --exists mdds-1.4 ; then mdds="--with-system-mdds" ; else mdds="" ; fi
-if test -e /usr/include/mysql_connection.h ; then mysql="--with-system-mysql-cppconn" ; else mysql="" ; fi
if pkg-config --exists mythes ; then mythes="--with-system-mythes" ; else mythes="" ; fi
if test -x /usr/bin/odbc_config ; then odbc="--with-system-odbc" ; else odbc="" ; fi
#if test -d /usr/lib${LIBDIRSUFFIX}/python3*/site-packages/lxml ; then lxml="--with-system-lxml" ; else lxml="" ; fi
@@ -253,7 +252,6 @@ extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] &
$valgrind \
$ucpp \
$odbc \
- $mysql \
$xmlsec \