diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 17:52:19 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 17:52:19 +0100 |
commit | 75596df75f30c46fc380c110611ca8ba497c8dba (patch) | |
tree | da3a423ded15f2662a959a5540930e9484709211 /groups | |
parent | 3b5c9cbe53cb9005715263cf00a329fd46278279 (diff) | |
download | midipix_build-75596df75f30c46fc380c110611ca8ba497c8dba.tar.bz2 midipix_build-75596df75f30c46fc380c110611ca8ba497c8dba.tar.xz |
groups/010.host_deps.group:sbsigntools_host:${PKG_DEPENDS}: adds util_linux_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 c65e1ea9..8d1a9c9d 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -211,7 +211,7 @@ HOST_DEPS_PREFIX="${PREFIX}"; : ${PKG_RUBY_HOST_CFLAGS_CONFIGURE:="-g0 -O1 -DHAVE_RL_USERNAME_COMPLETION_FUNCTION=1"}; : ${PKG_RUBY_HOST_CONFIGURE_ARGS_EXTRA:="--disable-install-rdoc --with-out-ext=fiddle,openssl"}; : ${PKG_RUBY_HOST_MAKEFLAGS_VERBOSITY:="none"}; -: ${PKG_SBSIGNTOOLS_HOST_DEPENDS:="libressl_host binutils_build"}; +: ${PKG_SBSIGNTOOLS_HOST_DEPENDS:="binutils_build libressl_host util_linux_host"}; : ${PKG_SBSIGNTOOLS_HOST_URLS_GIT:=sbsigntools-master=https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git@master}; : ${PKG_SBSIGNTOOLS_HOST_SUBDIR:=sbsigntools-master}; : ${PKG_SBSIGNTOOLS_HOST_CFLAGS_CONFIGURE:="-I${PREFIX}/opt/include"}; |