qt5: large file support
This commit is contained in:
parent
ac10775f27
commit
53fb9dd9cd
|
@ -5,7 +5,7 @@ pkgname=qt5
|
|||
version=5.15.7+20221119
|
||||
# commit f8c9fb304bc3e53b3aa07f962cd74e9160decccc
|
||||
# base repo: https://invent.kde.org/qt/qt/qt5
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=meta
|
||||
hostmakedepends="cmake clang flex perl glib-devel pkg-config
|
||||
python re2c ruby which"
|
||||
|
@ -36,7 +36,9 @@ replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0
|
|||
qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
|
||||
lib32mode=full
|
||||
|
||||
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||
CXXFLAGS="-Wno-deprecated-declarations -Wno-class-memaccess -Wno-packed-not-aligned"
|
||||
CXXFLAGS+=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||
# Required for musl libc
|
||||
LDFLAGS="-pthread -ldl -fPIE -Wl,-z,stack-size=2097152"
|
||||
|
||||
|
|
Loading…
Reference in New Issue