mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 14:58:26 +00:00
python3-grpcio: Fix build on musl
Use off_t instead of deprecated off64_t LFS interface makes it portable across musl and glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \
|
||||
file://mips_bigendian.patch \
|
||||
file://0001-Include-missing-cstdint-header.patch \
|
||||
file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \
|
||||
file://0001-direct_mmap-Use-off_t-on-linux.patch;patchdir=third_party/abseil-cpp \
|
||||
file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2"
|
||||
|
||||
Reference in New Issue
Block a user