diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb index 05a73f2896..4f544c80bc 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | |||
@@ -14,4 +14,8 @@ SRC_URI += " \ | |||
14 | file://0002-build_support-handle-empty-max_priority-value-as-Non.patch \ | 14 | file://0002-build_support-handle-empty-max_priority-value-as-Non.patch \ |
15 | file://0003-build_support-use-does_build_succeed-in-compile_and_.patch \ | 15 | file://0003-build_support-use-does_build_succeed-in-compile_and_.patch \ |
16 | " | 16 | " |
17 | |||
18 | # Message queue support requires librt for proper linking | ||
19 | LDFLAGS += "-lrt" | ||
20 | |||
17 | inherit pypi python_setuptools_build_meta | 21 | inherit pypi python_setuptools_build_meta |