valac: Update from 0.40.3 to 0.40.4
[termux-packages] / packages / libmosquitto / add-liblog.patch
CommitLineData
07d8fb54
FF
1diff -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)