diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-27 21:58:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-27 21:58:32 +0100 |
commit | 410631c902385255d9447bef8e892ddb2790f8d3 (patch) | |
tree | 2eeb1f7a8e08cab4f9817e4f3147c3ac83bc8d7e /package/wget | |
parent | 28bd0894afdb91689b2bf1041283a41f3bb26139 (diff) |
switch host ssl used for wget to libressl
Diffstat (limited to 'package/wget')
-rw-r--r-- | package/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile index 07edf440f..9033eb609 100644 --- a/package/wget/Makefile +++ b/package/wget/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= 9f1c6d09d7148c1c2d9fd0ea655dcf4dcc407deb2db32d4126251ca0245cb670 PKG_DESCR:= retrieving files using http(s) and ftp PKG_SECTION:= net/http -HOST_BUILDDEP:= openssl-host +HOST_BUILDDEP:= libressl-host PKG_URL:= http://www.gnu.org/software/wget/ PKG_SITES:= ${MASTER_SITE_GNU:=wget/} PKG_BB:= 1 |