mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 05:52:29 +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:
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…
x
Reference in New Issue
Block a user