diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-08-20 06:54:44 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:45 +0700 |
commit | 43f4b3ade62bb21e0a4c4b16a23c93950e0ee727 (patch) | |
tree | 216565c4cb8e726f759da9d09e089bdc2a8c0d90 /office/LibreOffice/LibreOffice.SlackBuild | |
parent | 3444eb42a905ca98c9c7ee3a0cbc18704038abf8 (diff) |
office/LibreOffice: Updated for version 7.4.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 89cbf2653ccff..c47ac8694d1f9 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:-7.3.5.2} +VERSION=${VERSION:-7.4.0.3} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -189,7 +189,7 @@ extwikipub="--enable-ext-wiki-publisher"; [ "${EXTWIKIPUB:-no}" != "yes" ] & extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] && extnlpsolver="" -./autogen.sh \ +./configure \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ NSS_CFLAGS="$(pkg-config --cflags-only-I mozilla-nss)"\ @@ -221,7 +221,6 @@ extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] & --without-gssapi \ --without-junit \ --with-help \ - --with-system-apr \ --with-system-bluez \ --with-system-boost \ --with-system-bzip2 \ @@ -243,7 +242,6 @@ extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] & --with-system-libwpg \ --with-system-libxml \ --with-system-mariadb \ - --with-system-neon \ --with-system-nss \ --with-system-openldap \ --with-system-openssl \ @@ -302,7 +300,7 @@ sed -i external/libebook/ExternalProject_libebook.mk \ export LDFLAGS="-lboost_system" -make build-nocheck +make build make distro-pack-install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |