chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / libmosquitto / add-liblog.patch
1 diff -u -r ../mosquitto-1.4.10/src/CMakeLists.txt ./src/CMakeLists.txt
2 --- ../mosquitto-1.4.10/src/CMakeLists.txt      2016-08-17 13:05:14.000000000 +0200
3 +++ ./src/CMakeLists.txt        2017-01-24 23:40:30.787022276 +0100
4 @@ -107,7 +111,7 @@
5         endif (UUID_HEADER)
6  endif(NOT APPLE)
7  
8 -target_link_libraries(mosquitto ${MOSQ_LIBS})
9 +target_link_libraries(mosquitto ${MOSQ_LIBS} log)
10  
11  if (UNIX)
12         if (APPLE)