File lua-link.patch of Package lua-luv
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: luv-1.51.0-1/CMakeLists.txt
===================================================================
--- luv-1.51.0-1.orig/CMakeLists.txt 2025-05-17 06:24:53.000000000 +0200
+++ luv-1.51.0-1/CMakeLists.txt 2025-07-25 19:14:46.432241486 +0200
@@ -267,7 +267,7 @@
endif (USE_LUAJIT)
endif (LUA)
elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
- target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES} rt)
+ target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES} rt lua)
else()
target_link_libraries(${TARGET_NAME} ${LIBUV_LIBRARIES})
endif()