You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
12 lines
371 B
Index: CMakeLists.txt |
|
--- CMakeLists.txt.orig 2018-02-27 11:08:36.000000000 +0100 |
|
+++ CMakeLists.txt 2019-01-02 10:22:49.945312000 +0100 |
|
@@ -339,7 +339,7 @@ |
|
src/whole.c |
|
${blake2_SRCS}) |
|
|
|
-add_library(rsync SHARED ${rsync_LIB_SRCS}) |
|
+add_library(rsync STATIC ${rsync_LIB_SRCS}) |
|
target_link_libraries(rsync ${blake2_LIBS}) |
|
|
|
# Optionally link zlib and bzip2 if
|
|
|