mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-20 23:07:57 +02:00
python3-grpcio: Enable largefile support explicitly
This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
|
||||
inherit setuptools3
|
||||
inherit pypi
|
||||
|
||||
CFLAGS += "-D_LARGEFILE64_SOURCE"
|
||||
|
||||
export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1"
|
||||
|
||||
BORING_SSL_PLATFORM:arm = "linux-arm"
|
||||
|
||||
Reference in New Issue
Block a user