summaryrefslogtreecommitdiffhomepage
path: root/groups/010.host_deps.group
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-11 09:14:23 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-11 09:14:23 +0100
commit67493d71cac05edbda1ef5efb022fd4a8ec46be6 (patch)
tree79b55a5c1fe912bffc39fc9d538950320a87e895 /groups/010.host_deps.group
parent645bf3ba6dc01b7b794ad6374dfc63fadca1596e (diff)
downloadmidipix_build-67493d71cac05edbda1ef5efb022fd4a8ec46be6.tar.bz2
midipix_build-67493d71cac05edbda1ef5efb022fd4a8ec46be6.tar.xz
groups/010.host_deps.group:sbsigntools_host:${PKG_{C,LD}FLAGS_CONFIGURE_EXTRA}: specify correctly.
Diffstat (limited to 'groups/010.host_deps.group')
-rw-r--r--groups/010.host_deps.group4
1 files changed, 2 insertions, 2 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group
index 2bb2f42c..ec9aa6d3 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};