diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-14 09:19:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-14 09:19:22 +0100 |
commit | 68bace539dd6d7e271cf9b5740eb8c3c5507213d (patch) | |
tree | e99ad907e16d67194bd17c8951194393cdf521ca /package | |
parent | 8873db04da141c0383469d7a167995ba12e60eef (diff) |
python2: use libressl host here
Diffstat (limited to 'package')
-rw-r--r-- | package/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index ebd733a94..bea709675 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= eda8ce6eec03e74991abb5384170e7c65fcd7522e409b8e83d7e6372add0f12a PKG_DESCR:= python scripting language (Version 2) PKG_SECTION:= dev/lang PKG_BUILDDEP:= libffi python2-host -HOST_BUILDDEP:= libffi-host bzip2-host openssl-host +HOST_BUILDDEP:= libffi-host bzip2-host libressl-host PKG_DEPENDS:= libpthread libffi PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ |