diff options
| author | jacobpanov <jacobpanov@gmail.com> | 2025-07-10 17:36:38 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 21:08:45 -0700 |
| commit | 37a20d637b0fee7583535006ca8dd246d012649c (patch) | |
| tree | 72485db728909792d9bdd8abadc522294080ff51 /meta-python/recipes-devtools/python/python3-zopeinterface | |
| parent | 54035a19b3732d1280eaab80559e31a46865d5a8 (diff) | |
| download | meta-openembedded-37a20d637b0fee7583535006ca8dd246d012649c.tar.gz | |
python3-posix-ipc: Add librt linking to enable message queue support
The posix_ipc module was being built without message queue support due to
missing linkage with the real-time library (librt) during cross-compilation.
This caused the MessageQueue class to be unavailable at runtime.
Add LDFLAGS += -lrt to ensure proper linking and enable full POSIX IPC
functionality including message queues.
Fixes: #916
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface')
0 files changed, 0 insertions, 0 deletions
