postgesql: update to 15.6
[feed/packages.git] / libs / yajl / patches / 100-link-reformatter-uclibc-libm.patch
index fd637eca553e18d5cde2689dab5fa0f89e4cf473..21aa41f63ca667c1bbedfefd8662cd94efd42f51 100644 (file)
@@ -1,11 +1,11 @@
 --- a/reformatter/CMakeLists.txt
 +++ b/reformatter/CMakeLists.txt
-@@ -26,7 +26,7 @@
+@@ -26,7 +26,7 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_BINARY_
  
  ADD_EXECUTABLE(json_reformat ${SRCS})
  
 -TARGET_LINK_LIBRARIES(json_reformat yajl_s)
 +TARGET_LINK_LIBRARIES(json_reformat yajl_s m)
  
- # copy the binary into the output directory
GET_TARGET_PROPERTY(binPath json_reformat LOCATION)
+ # In some environments, we must explicitly link libm (like qnx,
# thanks @shahbag)