Bläddra i källkod

use openssl instead of libressl

Waldemar Brodkorb 2 månader sedan
förälder
incheckning
f44f71e951
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      package/rsync/Makefile

+ 3 - 3
package/rsync/Makefile

@@ -9,9 +9,9 @@ PKG_RELEASE:=		1
 PKG_HASH:=		4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
 PKG_DESCR:=		utility that provides fast incremental file transfer
 PKG_SECTION:=		net/misc
-PKG_DEPENDS:=		libpopt libressl
-PKG_BUILDDEP:=		popt libressl
-HOST_BUILDDEP:=		libressl-host
+PKG_DEPENDS:=		libpopt libopenssl
+PKG_BUILDDEP:=		popt openssl
+HOST_BUILDDEP:=		openssl-host
 PKG_URL:=		http://rsync.samba.org/
 PKG_SITES:=		http://rsync.samba.org/ftp/rsync/