summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-14 17:22:22 +0000
committer Eric Hameleers <alien@slackware.com>2023-09-14 17:22:22 +0000
commit31dfafdf6b9ff9973f4d563c6942a4283ce688dd (patch)
treeb1223e73ad364ed1a1763419b5446702ba4255b6
parent523ca771ee65b3c47613d33e6ba50e672245fcf5 (diff)
downloadasb-31dfafdf6b9ff9973f4d563c6942a4283ce688dd.tar.gz
asb-31dfafdf6b9ff9973f4d563c6942a4283ce688dd.tar.xz
libreoffice: do not depend on system openssl which has a depreciated version on Slackware 15.0
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index 65d351d7..1c08e654 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -1401,7 +1401,6 @@ aclocal -I m4
--with-system-gpgmepp \
--with-system-nss \
--with-system-libxml \
- --with-system-openssl \
--with-system-zlib \
--with-x \
--without-gssapi \
@@ -1414,6 +1413,7 @@ aclocal -I m4
--without-system-libcmis \
--without-system-libvisio \
--without-system-mdds \
+ --without-system-openssl \
--without-system-poppler \
--without-system-redland \
--build=$TARGET \