[packages/libreoffice] try to avoid using clang
atler
atler at pld-linux.org
Fri Aug 13 00:05:06 CEST 2021
commit 9614c53b0563da7a0e38eb8c760590c28a83ce6e
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Aug 13 00:03:31 2021 +0200
try to avoid using clang
...which does not recognize some of our debug flags
libreoffice.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 2be682f..379fe1a 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -2937,6 +2937,8 @@ ulimit -c unlimited || :
export PATH=$PATH:%{_libdir}/interbase/bin
%configure \
+ ac_cv_prog_LO_CLANG_CC= \
+ ac_cv_prog_LO_CLANG_CXX= \
--enable-cups \
--enable-dbus \
--disable-epm \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/9614c53b0563da7a0e38eb8c760590c28a83ce6e
More information about the pld-cvs-commit
mailing list