lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

100-link-reformatter-uclibc-libm.patch (319B)


      1 --- a/reformatter/CMakeLists.txt
      2 +++ b/reformatter/CMakeLists.txt
      3 @@ -26,7 +26,7 @@
      4  
      5  ADD_EXECUTABLE(json_reformat ${SRCS})
      6  
      7 -TARGET_LINK_LIBRARIES(json_reformat yajl_s)
      8 +TARGET_LINK_LIBRARIES(json_reformat yajl_s m)
      9  
     10  # copy the binary into the output directory
     11  GET_TARGET_PROPERTY(binPath json_reformat LOCATION)