[arch-commits] Commit in qt5-base/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 22 07:40:09 UTC 2021
Date: Wednesday, December 22, 2021 @ 07:40:09
Author: arojas
Revision: 432897
Fix missing symbols in static libraries (FS#73112)
Modified:
qt5-base/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-22 07:23:31 UTC (rev 432896)
+++ PKGBUILD 2021-12-22 07:40:09 UTC (rev 432897)
@@ -4,7 +4,7 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
pkgver=5.15.2+kde+r263
-pkgrel=3
+pkgrel=4
_commit=7c6c0030cf80ef7b9ace42996b0e0c3a72f76860
arch=('x86_64')
url='https://www.qt.io'
@@ -73,6 +73,8 @@
-reduce-relocations \
-no-strip \
-ltcg
+# No configure flag for fat static libs with lto
+ bin/qmake CONFIG+=fat-static-lto -- -redo
make
}
More information about the arch-commits
mailing list