extra/qt5-base to 5.15.2+kde+r263-4

This commit is contained in:
David Beauchamp 2021-12-22 10:53:05 -05:00
parent c095e431d2
commit edd6fc2130

View file

@ -9,7 +9,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'
@ -86,6 +86,8 @@ build() {
-no-avx2 \
-no-feature-getentropy
# No configure flag for fat static libs with lto
bin/qmake CONFIG+=fat-static-lto -- -redo
make
}