]> 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>
Thu, 2 Jan 2014 10:41:59 +0000 (10:41 +0000)
commit00c893c0fe524abb4ae4f1aa6d007ff543fb6afb
tree0f5c57e25335401aaaf204b93264c18af143d3e7
parent42877cedf24629fe61855ce3de5831e55d53a9bc
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>
meta/recipes-support/enchant/enchant_1.6.0.bb