1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/odyssey/argp.patch
psykose d796e9e0ac testing/odyssey: upgrade to 1.3
required to fix the build
2022-10-24 22:01:40 +02:00

13 lines
551 B
Diff

diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt
index 81f91a9..602d327 100644
--- a/sources/CMakeLists.txt
+++ b/sources/CMakeLists.txt
@@ -77,7 +77,7 @@ if(THREADS_HAVE_PTHREAD_ARG)
set_property(TARGET ${od_binary} PROPERTY INTERFACE_COMPILE_OPTIONS "-pthread")
endif()
-target_link_libraries(${od_binary} ${od_libraries} ${CMAKE_THREAD_LIBS_INIT} m)
+target_link_libraries(${od_binary} ${od_libraries} ${CMAKE_THREAD_LIBS_INIT} m argp)
if (BUILD_COMPRESSION)
target_link_libraries(${od_binary} ${compression_libraries})