Andreas Tille pushed to branch master at Debian Med / sortmerna
Commits: 5dec8d9b by Andreas Tille at 2022-02-01T13:32:46+01:00 Add Threads::Threads (thanks for all the hints to Mathieu Malaterre) - - - - - 1 changed file: - debian/patches/rapidjson.patch Changes: ===================================== debian/patches/rapidjson.patch ===================================== @@ -4,8 +4,8 @@ Description: Remove upstream RapidJson module Author: Mathieu Malaterre <[email protected]> Last-Update: 2022-01-31 ---- sortmerna-4.3.4.orig/src/sortmerna/CMakeLists.txt -+++ sortmerna-4.3.4/src/sortmerna/CMakeLists.txt +--- a/src/sortmerna/CMakeLists.txt ++++ b/src/sortmerna/CMakeLists.txt @@ -68,9 +68,7 @@ include(FindZLIB) # prevent CONFIG search mode find_package(ZLIB MODULE REQUIRED) @@ -26,3 +26,11 @@ Last-Update: 2022-01-31 ZLIB::ZLIB ) if(WIN32) +@@ -200,6 +198,7 @@ else() + ${CMAKE_DL_LIBS} + # the following are all transitive dependencies of smr_objs i.e. no need to link: + # RapidJSON::RapidJSON ZLIB::ZLIB Threads::Threads (rockdb deps) ++ Threads::Threads + ) + + if(PORTABLE) View it on GitLab: https://salsa.debian.org/med-team/sortmerna/-/commit/5dec8d9ba46763d3e40f04a3cfcadcea16b6008e -- View it on GitLab: https://salsa.debian.org/med-team/sortmerna/-/commit/5dec8d9ba46763d3e40f04a3cfcadcea16b6008e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
