generic-poky/meta/recipes-support/enchant
Robert Yang acfd890a4f 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.

(From OE-Core rev: 4cee162c292915e68e8efcab68a31ba0e48105e9)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-06 11:13:55 +00:00
..
enchant_1.6.0.bb enchant: fix unrecognised option 2014-01-06 11:13:55 +00:00