diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-28 22:23:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:13 +0000 |
commit | c49a6935e5b935df48de5b47dbab0771834c44d5 (patch) | |
tree | a1329304582f541fe82de8330c7465ae4115b358 /README | |
parent | 1d146a8af0d00aef2dd061251b58c6a32c8897dc (diff) | |
download | poky-c49a6935e5b935df48de5b47dbab0771834c44d5.tar.gz |
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: 00c893c0fe524abb4ae4f1aa6d007ff543fb6afb)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions