mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-base: fix
This commit is contained in:
parent
4c760cca98
commit
755032ba3b
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - disable ibase for now, FTBFS
|
# - disable ibase for now, FTBFS
|
||||||
|
# - removed -DFEATURE_no_direct_extern_access=ON
|
||||||
|
|
||||||
pkgname=qt6-base
|
pkgname=qt6-base
|
||||||
_qtver=6.5.0
|
_qtver=6.5.0
|
||||||
|
@ -57,7 +58,6 @@ build() {
|
||||||
-DFEATURE_openssl_linked=ON \
|
-DFEATURE_openssl_linked=ON \
|
||||||
-DFEATURE_system_sqlite=ON \
|
-DFEATURE_system_sqlite=ON \
|
||||||
-DFEATURE_system_xcb_xinput=ON \
|
-DFEATURE_system_xcb_xinput=ON \
|
||||||
-DFEATURE_no_direct_extern_access=ON \
|
|
||||||
-DQT_FEATURE_sql_ibase=OFF \
|
-DQT_FEATURE_sql_ibase=OFF \
|
||||||
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
Loading…
Reference in a new issue