summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 12:18:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 12:18:12 +0000
commit4315060fe24c64c6239be202e7d22cab7a1dfa16 (patch)
tree5aede56f82749404d95d2d5e82d6ab0d3f1a0e9a /vars
parentda4e025cf464394c7899c6b2820252c4fb6eba12 (diff)
downloadmidipix_build-4315060fe24c64c6239be202e7d22cab7a1dfa16.tar.bz2
midipix_build-4315060fe24c64c6239be202e7d22cab7a1dfa16.tar.xz
vars/build.vars:host_packages_deps: adds pcre_host v8.43.
vars/build.vars:dbus_glib_host:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -I${PREFIX}/include/dbus-1.0 -I${PREFIX}/include/glib-2.0 -I${PREFIX}/lib/dbus-1.0/include -I${PREFIX}/lib/glib-2.0/include.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars6
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 2db7bf77..2024b3dc 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -384,7 +384,7 @@ clzip_host ncurses_host ncursesw_host ncursestw_host cmake_host
musl_fts_host libzip_host llvm_host clang_host libffi_host expat_host
gdbm_host libreadline_host python2_host gdb_host dbus_host infounzip_host
infozip_host intltool_host xz_host python3_host gettext_tiny_host glib_host
-dbus_glib_host gperf_host ruby_host tzdb_host";
+pcre_host dbus_glib_host gperf_host ruby_host tzdb_host";
HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
: ${PKG_CLZIP_HOST_SHA256SUM:=d9d51212afa80371dc2546d278ef8ebbb3cd57c06fdd761b7b204497586d24c0};
: ${PKG_CLZIP_HOST_VERSION:=1.11};
@@ -499,9 +499,13 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
: ${PKG_GETTEXT_TINY_HOST_VERSION:=0.3.1};
: ${PKG_GETTEXT_TINY_HOST_URL:=http://ftp.barfooze.de/pub/sabotage/tarballs/gettext-tiny-${PKG_GETTEXT_TINY_HOST_VERSION}.tar.xz};
: ${PKG_GETTEXT_TINY_HOST_BUILD_DIR:=gettext-tiny-${PKG_GETTEXT_TINY_HOST_VERSION}};
+: ${PKG_PCRE_HOST_SHA256SUM:=91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b};
+: ${PKG_PCRE_HOST_VERSION:=8.43};
+: ${PKG_PCRE_HOST_URL:=https://ftp.pcre.org/pub/pcre/pcre-${PKG_PCRE_HOST_VERSION}.tar.bz2};
: ${PKG_DBUS_GLIB_HOST_SHA256SUM:=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825};
: ${PKG_DBUS_GLIB_HOST_VERSION:=0.110};
: ${PKG_DBUS_GLIB_HOST_URL:=https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PKG_DBUS_GLIB_HOST_VERSION}.tar.gz};
+: ${PKG_DBUS_GLIB_HOST_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX}/include/dbus-1.0 -I${PREFIX}/include/glib-2.0 -I${PREFIX}/lib/dbus-1.0/include -I${PREFIX}/lib/glib-2.0/include"};
: ${PKG_DBUS_GLIB_HOST_CONFIGURE_ARGS_EXTRA:="--enable-bash-completion=no"};
: ${PKG_GPERF_HOST_SHA256SUM:=588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2};
: ${PKG_GPERF_HOST_VERSION:=3.1};