aboutsummaryrefslogtreecommitdiff
path: root/ports/librsync/001-enable-static-libs.patch
blob: 4512cdeb9baad6a75714ae05b0fe3575b01ad0f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0135cb..c30312a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -339,7 +339,7 @@ set(rsync_LIB_SRCS
     src/whole.c
     ${blake2_SRCS})
 
-add_library(rsync SHARED ${rsync_LIB_SRCS})
+add_library(rsync ${rsync_LIB_SRCS})
 target_link_libraries(rsync ${blake2_LIBS})
 
 # Optionally link zlib and bzip2 if