mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00: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