[oe-commits] Robert Yang : enchant: fix unrecognised option

git at git.openembedded.org git at git.openembedded.org
Mon Jan 6 11:29:35 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4cee162c292915e68e8efcab68a31ba0e48105e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4cee162c292915e68e8efcab68a31ba0e48105e9

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 22:23:32 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/enchant/enchant_1.6.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb
index d17684d..97a4761 100644
--- a/meta/recipes-support/enchant/enchant_1.6.0.bb
+++ b/meta/recipes-support/enchant/enchant_1.6.0.bb
@@ -24,8 +24,6 @@ EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \
 
 export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
 
-export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
-
 FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so"
 FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la"
 FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"



More information about the Openembedded-commits mailing list