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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 29 22:31:08 UTC 2022


    Date: Saturday, January 29, 2022 @ 22:31:08
  Author: arojas
Revision: 435408

fat-static-lto

Modified:
  qt5-declarative/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 22:23:54 UTC (rev 435407)
+++ PKGBUILD	2022-01-29 22:31:08 UTC (rev 435408)
@@ -3,7 +3,7 @@
 
 pkgname=qt5-declarative
 pkgver=5.15.2+kde+r43
-pkgrel=2
+pkgrel=3
 _commit=c691908c54ed7815f513f8511005dbf1f13ad40d
 arch=('x86_64')
 url='https://www.qt.io'
@@ -33,7 +33,7 @@
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../${_pkgfqn} CONFIG+=fat-static-lto
   make
 }
 



More information about the arch-commits mailing list