diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb index 9a3c3734ac..b0971db1cc 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | |||
@@ -22,7 +22,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ | |||
22 | inherit setuptools3 | 22 | inherit setuptools3 |
23 | inherit pypi | 23 | inherit pypi |
24 | 24 | ||
25 | CFLAGS += "-D_LARGEFILE64_SOURCE" | 25 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" |
26 | 26 | ||
27 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 27 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
28 | 28 | ||