]> code.ossystems Code Review - openembedded-core.git/commit
enchant: fix unrecognised option
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 14:23:32 +0000 (22:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:30 +0000 (11:12 +0000)
commit4cee162c292915e68e8efcab68a31ba0e48105e9
tree86c6955cff6ccd389bcde90eb5d4d24fdffbea57
parentf85cf4b351e877b2679c85832d45ac398ab29b51
enchant: fix unrecognised option

Fix the unrecognised option --disable-binreloc, the configure now uses:

AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes")

We can use br_cv_binreloc=no to fix it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/enchant/enchant_1.6.0.bb