[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Fri Jan 7 19:01:16 UTC 2022


    Date: Friday, January 7, 2022 @ 19:01:15
  Author: andyrtr
Revision: 433819

upgpkg: libreoffice-still 7.1.8-5: rebuild to enablte LTO

Modified:
  libreoffice-still/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 18:53:51 UTC (rev 433818)
+++ PKGBUILD	2022-01-07 19:01:15 UTC (rev 433819)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.1.8.1
 pkgver=7.1.8
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/"
@@ -160,6 +160,9 @@
 	# http://site.icu-project.org/download/61#TOC-Migration-Issues
 	CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
 
+	# lto
+	export CFLAGS+=" -ffat-lto-objects"; export CXXFLAGS+=" -ffat-lto-objects"
+
 	./autogen.sh --with-extra-buildid="${pkgver}-${pkgrel}" \
 		--with-vendor="Arch Linux" \
 		--enable-split-app-modules \



More information about the arch-commits mailing list