summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:22:45 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:22:45 +0000
commit2ac846980604a03c5aa51b7cd923f582175a638d (patch)
tree7c38121393abd5b74fdba2df130e1ff901bc36f1 /vars
parent6c366071bd3ec4c423d8155509280f88e55a3ebc (diff)
downloadmidipix_build-2ac846980604a03c5aa51b7cd923f582175a638d.tar.bz2
midipix_build-2ac846980604a03c5aa51b7cd923f582175a638d.tar.xz
vars/build.vars:python3_host:${PKG_HOST_DEPENDS}: adds libressl_host.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 9796c8bf..2e4e10bf 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -361,7 +361,7 @@ HOST_DEPS_PREFIX="${PREFIX}";
: ${PKG_PYTHON2_HOST_CONFIGURE_ARGS:="--source-dir=../../Python-${PKG_PYTHON2_HOST_VERSION} --prefix=${PREFIX}"};
: ${PKG_PYTHON2_HOST_ENV_VARS_EXTRA:="NATIVE_LDFLAGS=-Wl,-rpath,${PREFIX}/lib"};
: ${PKG_PYTHON2_HOST_MAKEFLAGS_INSTALL_EXTRA:="PREFIX= EXEC_PREFIX= BINDIR=/bin SBINDIR=/sbin LIBDIR=/lib INCLUDEDIR=/include OLDINCLUDEDIR=/include MANDIR=/share/man DOCDIR=/share/doc LIBEXECDIR=/libexec"};
-: ${PKG_PYTHON3_HOST_DEPENDS:="ncurses_host ncursesw_host sqlite3_host xz_host"};
+: ${PKG_PYTHON3_HOST_DEPENDS:="libressl_host ncurses_host ncursesw_host sqlite3_host xz_host"};
: ${PKG_PYTHON3_HOST_SHA256SUM:=ab6193af1921b30f587b302fe385268510e80187ca83ca82d2bfe7ab544c6f91};
: ${PKG_PYTHON3_HOST_VERSION:=3.6.3};
: ${PKG_PYTHON3_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_HOST_VERSION}/Python-${PKG_PYTHON3_HOST_VERSION}.tgz"};