diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-12 19:11:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-12 19:11:21 +0100 |
commit | 1444baa5a59e0e5856e0d8c10c6e5c97855b76b5 (patch) | |
tree | cb89b3df998bd92fa8f5d09a2dbff2a91b4a4f32 | |
parent | d98c59cc2795aaae2d257192d83e91b75647f7e3 (diff) |
rsync: needs libressl
-rw-r--r-- | package/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/Makefile b/package/rsync/Makefile index 5f5a4a0c8..9971074f3 100644 --- a/package/rsync/Makefile +++ b/package/rsync/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb PKG_DESCR:= utility that provides fast incremental file transfer PKG_SECTION:= net/misc -PKG_DEPENDS:= libpopt +PKG_DEPENDS:= libpopt libressl PKG_BUILDDEP:= popt libressl HOST_BUILDDEP:= libressl-host PKG_URL:= http://rsync.samba.org/ |