Andreas Tille pushed to branch master at Debian Med / sortmerna
Commits: 0817781b by Andreas Tille at 2022-02-01T11:13:02+01:00 Complete static linking patch - - - - - 1 changed file: - debian/patches/no_static_linking.patch Changes: ===================================== debian/patches/no_static_linking.patch ===================================== @@ -4,7 +4,7 @@ Description: Prevent static linking --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -69,8 +69,8 @@ set(CONCURRENTQUEUE_URL https://github.c +@@ -69,10 +69,10 @@ set(CONCURRENTQUEUE_URL https://github.c set(CONCURRENTQUEUE_HOME ${EXTERNAL_DEPS}/concurrentqueue CACHE PATH "Concurrent queue library installation directory") #set(gflags_DIR ${EXTERNAL_DEPS}/gflags/dist/lib/cmake/gflags CACHE PATH "GFlags library configuration") @@ -13,5 +13,8 @@ Description: Prevent static linking +#option(ROCKSDB_STATIC "Use static RocksDB library" ON) +#option(ZLIB_STATIC "Use static ZLib library" ON) - option(PORTABLE "Build portable/statically linked executable" ON) +-option(PORTABLE "Build portable/statically linked executable" ON) ++option(PORTABLE "Build portable/statically linked executable" OFF) + option(WITH_MD_LIBRARY "build with MD" ON) + if(WIN32 AND MSVC) View it on GitLab: https://salsa.debian.org/med-team/sortmerna/-/commit/0817781b5de4f0692601765665be28f6e322823c -- View it on GitLab: https://salsa.debian.org/med-team/sortmerna/-/commit/0817781b5de4f0692601765665be28f6e322823c 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
