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

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