packages/xerces-c/xerces-c_2.6.0.bb: Use configure directly instead of runConfigure
authorHolger Freyther <zecke@selfish.org>
Sat, 8 Jul 2006 21:25:55 +0000 (21:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 8 Jul 2006 21:25:55 +0000 (21:25 +0000)
commit8e93c71c8da9cc42f7bcc9ac90e0e8e01fd77cbd
tree4fb5c83aec6f2cd3a8fc788b5f666f69d1f3fbf3
parente81a7357ed63dbaeec9debe877f3be2179011683
packages/xerces-c/xerces-c_2.6.0.bb: Use configure directly instead of runConfigure
    To fix bug #1154 where CXX="ccache arm-linux-g++ ..." got mangled - thanks to
    getopt - into CXX=ccache. Using ./configure directly and setting CFLAGS,CXXFLAGS,
    LIBS and other variables we totally avoid this issue. Only one issue remains
    we have to set BUILDBITS and these are set to 32. We need a way to know how many
    bits our target has.
packages/xerces-c/xerces-c_2.6.0.bb