File uvg266-add_lm.patch of Package uvg266

13
 
1
Index: uvg266-0.4.1/CMakeLists.txt
2
===================================================================
3
--- uvg266-0.4.1.orig/CMakeLists.txt
4
+++ uvg266-0.4.1/CMakeLists.txt
5
@@ -189,6 +189,7 @@ else()
6
       set(EXTRA_LIBS ${EXTRA_LIBS} m)
7
   endif (HAVE_LIB_M)
8
 
9
+  target_link_libraries(uvg266 PUBLIC ${EXTRA_LIBS})
10
   target_link_libraries(uvg266-bin PUBLIC ${EXTRA_LIBS})
11
 endif()
12
 
13