mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 13:56:00 +01: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:
parent
1b26adb83a
commit
7d099808f0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user