diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 17:35:55 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-05-07 17:35:55 +0100 |
commit | 3b5c9cbe53cb9005715263cf00a329fd46278279 (patch) | |
tree | e69f8a51c9763a35547aab8f27052f6ec6b802c5 /groups | |
parent | 830c8b4c7e86ecf92b736cfccd3c99ee3d1086ef (diff) | |
download | midipix_build-3b5c9cbe53cb9005715263cf00a329fd46278279.tar.bz2 midipix_build-3b5c9cbe53cb9005715263cf00a329fd46278279.tar.xz |
groups/010.host_deps.group:sbsigntools_host:${PKG_CFLAGS_CONFIGURE}: configure w/ -I${PREFIX}/opt/include (via midipix.)
groups/010.host_deps.group:sbsigntools_host:${PKG_LDFLAGS_CONFIGURE}: configure w/ -L${PREFIX}/opt/lib (via midipix.)
Diffstat (limited to 'groups')
-rw-r--r-- | groups/010.host_deps.group | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index 047f21c2..c65e1ea9 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -214,7 +214,9 @@ HOST_DEPS_PREFIX="${PREFIX}"; : ${PKG_SBSIGNTOOLS_HOST_DEPENDS:="libressl_host binutils_build"}; : ${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_IN_TREE:=1}; +: ${PKG_SBSIGNTOOLS_HOST_LDFLAGS_CONFIGURE:="-L${PREFIX}/opt/lib"}; : ${PKG_SQLITE3_HOST_DEPENDS:="libreadline_host ncurses_host"}; : ${PKG_SQLITE3_HOST_SHA256SUM:=65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615}; : ${PKG_SQLITE3_HOST_VERSION:=3160200}; |