From 67493d71cac05edbda1ef5efb022fd4a8ec46be6 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: May 11 2020 08:14:23 +0000 Subject: groups/010.host_deps.group:sbsigntools_host:${PKG_{C,LD}FLAGS_CONFIGURE_EXTRA}: specify correctly. --- diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index 2bb2f42..ec9aa6d 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -215,9 +215,9 @@ HOST_DEPS_PREFIX="${PREFIX}"; : ${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"}; +: ${PKG_SBSIGNTOOLS_HOST_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX}/opt/include"}; : ${PKG_SBSIGNTOOLS_HOST_IN_TREE:=1}; -: ${PKG_SBSIGNTOOLS_HOST_LDFLAGS_CONFIGURE:="-L${PREFIX}/opt/lib"}; +: ${PKG_SBSIGNTOOLS_HOST_LDFLAGS_CONFIGURE_EXTRA:="-L${PREFIX}/opt/lib"}; : ${PKG_SQLITE3_HOST_DEPENDS:="libreadline_host ncurses_host"}; : ${PKG_SQLITE3_HOST_SHA256SUM:=65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615}; : ${PKG_SQLITE3_HOST_VERSION:=3160200};