diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-03 13:42:46 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-03 13:42:46 +0000 |
commit | b503d2de3c89974d04d4e497ac0de41540bf8910 (patch) | |
tree | 6f115b769a668d012a7034773079fc0b30c5852e | |
parent | 393269f9b4010023cf414a4bd4fa8a9fda7c0ee4 (diff) | |
download | midipix_build-b503d2de3c89974d04d4e497ac0de41540bf8910.tar.bz2 midipix_build-b503d2de3c89974d04d4e497ac0de41540bf8910.tar.xz |
vars/build.vars:texinfo_host:${PKG_DISABLED}: enabled (via midipix.)
vars/build.vars:texinfo_host:${PKG_LIBTOOL}: use rdlibtool (via midipix.)
-rw-r--r-- | vars/build.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index c6c0de1d..defa747e 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -656,7 +656,7 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}"; : ${PKG_TEXINFO_HOST_SHA256SUM:=988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa}; : ${PKG_TEXINFO_HOST_VERSION:=6.7}; : ${PKG_TEXINFO_HOST_URL:=https://ftp.gnu.org/gnu/texinfo/texinfo-${PKG_TEXINFO_HOST_VERSION}.tar.xz}; -: ${PKG_TEXINFO_HOST_DISABLED:=1}; +: ${PKG_TEXINFO_HOST_LIBTOOL:=rdlibtool}; : ${PKG_TZDB_HOST_SHA256SUM:=b1c23c7825f5f842e6e1ddb702efe85b1c22bdf0e41815b927cfc04a28372962}; : ${PKG_TZDB_HOST_VERSION:=2018e}; : ${PKG_TZDB_HOST_URL:=https://data.iana.org/time-zones/releases/tzdb-${PKG_TZDB_HOST_VERSION}.tar.lz}; |