forked from pool/mosquitto
Update to version 1.6.5 to fix CVE-2019-11778 and CVE-2019-11779 OBS-URL: https://build.opensuse.org/request/show/732372 OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=26
17 lines
897 B
Diff
17 lines
897 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7fc2595..d5b90b8 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -111,9 +111,9 @@ install(FILES mosquitto.conf aclfile.example pskfile.example pwfile.example DEST
|
|
# ========================================
|
|
|
|
configure_file(libmosquitto.pc.in libmosquitto.pc @ONLY)
|
|
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
|
|
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|
|
configure_file(libmosquittopp.pc.in libmosquittopp.pc @ONLY)
|
|
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
|
|
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|
|
|
|
# ========================================
|
|
# Testing
|