diff options
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 829e728b6d..1c13fb3599 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
| @@ -165,7 +165,7 @@ do_configure() { | |||
| 165 | 165 | ||
| 166 | # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. | 166 | # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. |
| 167 | rm -f ${WORKDIR}/user-config.jam | 167 | rm -f ${WORKDIR}/user-config.jam |
| 168 | echo 'using gcc : 4.3.1 : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam | 168 | echo 'using gcc : : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam |
| 169 | 169 | ||
| 170 | # If we want Python then we need to tell Boost *exactly* where to find it | 170 | # If we want Python then we need to tell Boost *exactly* where to find it |
| 171 | if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then | 171 | if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then |
