diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-24 23:14:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-25 23:08:11 -0700 |
commit | 7d099808f0b6dcba62851a4976e1bc0c6a51d084 (patch) | |
tree | 5a90f1a1b2a1b2be2e4968e90fc318f061e17c06 /meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb | |
parent | 1b26adb83a840ecefe4a1cb511053b773cd31507 (diff) | |
download | meta-openembedded-7d099808f0b6dcba62851a4976e1bc0c6a51d084.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb index 24c6e5344..0950114b0 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb | |||
@@ -23,6 +23,8 @@ RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ | |||
23 | inherit setuptools3 | 23 | inherit setuptools3 |
24 | inherit pypi | 24 | inherit pypi |
25 | 25 | ||
26 | CFLAGS += "-D_LARGEFILE64_SOURCE" | ||
27 | |||
26 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 28 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
27 | 29 | ||
28 | BORING_SSL_PLATFORM:arm = "linux-arm" | 30 | BORING_SSL_PLATFORM:arm = "linux-arm" |