diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-24 18:28:24 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-24 18:28:24 +0100 |
commit | d7a78367b56fa537e91499e23a869f2121f3f84d (patch) | |
tree | 1e2bb5571152fa69852b39183c24df5291f72800 /groups | |
parent | b0b1afee5abc1d84d574cbe94f3a22f332b1d344 (diff) | |
download | midipix_build-d7a78367b56fa537e91499e23a869f2121f3f84d.tar.bz2 midipix_build-d7a78367b56fa537e91499e23a869f2121f3f84d.tar.xz |
groups/010.host_deps.group:python3_host:${PKG_DEPENDS}: adds bzip2_host and expat_host.
Diffstat (limited to 'groups')
-rw-r--r-- | groups/010.host_deps.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index eb330540..054e6ed6 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -178,7 +178,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:="gdbm_host libffi_host libreadline_host libressl_host libz_host ncurses_host ncursesw_host sqlite3_host xz_host"}; +: ${PKG_PYTHON3_HOST_DEPENDS:="bzip2_host expat_host gdbm_host libffi_host libreadline_host libressl_host libz_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"}; |