Merge pull request #1558 from hauke/pps-tools
[feed/packages.git] / libs / yajl / patches / 100-link-reformatter-uclibc-libm.patch
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)