summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-07-01 21:19:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-07-02 19:12:05 -0400
commit1dd7db9681ca78aada641339cae88602ff333a2a (patch)
tree49502eec155d876f147a8cbc19d0d28dbdb2e70f /conf
parent99a12978abca870406b12aef4f36b05f2b38fcd5 (diff)
downloadmeta-ti-1dd7db9681ca78aada641339cae88602ff333a2a.tar.gz
ti-softhsmv2: Stop recipe from using headers from host build machine.
* Without the "--with-zlib" configure option, the zlib header will be obtained from the build machines "/usr/include" directory if the header exists there. * From ${S}/m4/acx_zlib.m4: AC_DEFUN([ACX_ZLIB],[ AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib=PATH],[Specify prefix of path of zlib]), [ ZLIB_PATH="$withval" ], [ ZLIB_PATH="/usr" ]) AC_MSG_CHECKING(what are the zlib includes) ZLIB_INCLUDES="-I$ZLIB_PATH/include" ... * Therefore add configure option to point to staging sysroot for zlib header and add dependency on zlib. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
0 files changed, 0 insertions, 0 deletions