Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
boost-jam
boost-jam-cflags_for_build.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boost-jam-cflags_for_build.diff of Package boost-jam
Index: build.sh =================================================================== --- build.sh.orig 2011-06-06 22:36:21.000000000 +0200 +++ build.sh 2012-03-12 18:25:19.643534743 +0100 @@ -274,7 +274,7 @@ if test "${BJAM_UPDATE}" != "update" ; t echo_run rm -rf bootstrap echo_run mkdir bootstrap if test ! -r jamgram.y -o ! -r jamgramtab.h ; then - echo_run ${BOOST_JAM_CC} ${BOOST_JAM_OPT_YYACC} ${YYACC_SOURCES} + echo_run ${BOOST_JAM_CC} ${CFLAGS} ${BOOST_JAM_OPT_YYACC} ${YYACC_SOURCES} if test -x "./bootstrap/yyacc0" ; then echo_run ./bootstrap/yyacc0 jamgram.y jamgramtab.h jamgram.yy fi @@ -288,12 +288,12 @@ if test "${BJAM_UPDATE}" != "update" ; t mv -f y.tab.h jamgram.h fi if test ! -r jambase.c ; then - echo_run ${BOOST_JAM_CC} ${BOOST_JAM_OPT_MKJAMBASE} ${MKJAMBASE_SOURCES} + echo_run ${BOOST_JAM_CC} ${CFLAGS} ${BOOST_JAM_OPT_MKJAMBASE} ${MKJAMBASE_SOURCES} if test -x "./bootstrap/mkjambase0" ; then echo_run ./bootstrap/mkjambase0 jambase.c Jambase fi fi - echo_run ${BOOST_JAM_CC} ${BOOST_JAM_OPT_JAM} ${BJAM_SOURCES} + echo_run ${BOOST_JAM_CC} ${CFLAGS} ${BOOST_JAM_OPT_JAM} ${BJAM_SOURCES} fi if test -x "./bootstrap/jam0" ; then if test "${BJAM_UPDATE}" != "update" ; then
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor