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

Christian Hesse eworm at gemini.archlinux.org
Sat Dec 25 21:22:10 UTC 2021


    Date: Saturday, December 25, 2021 @ 21:22:09
  Author: eworm
Revision: 1083799

upgpkg: mupdf 1.19.0-2: LTO fat objects rebuild

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 21:20:58 UTC (rev 1083798)
+++ PKGBUILD	2021-12-25 21:22:09 UTC (rev 1083799)
@@ -8,7 +8,7 @@
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
 pkgver=1.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('x86_64')
 url='https://mupdf.com/'
@@ -40,6 +40,8 @@
   USE_SYSTEM_LIBS='yes'
   export USE_SYSTEM_LIBS
 
+  export CFLAGS+=' -ffat-lto-objects'
+
   cd $pkgbase-${pkgver/_/}-source
   make build=release libs apps
 }



More information about the arch-commits mailing list