Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
lprof
lprof-scons.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lprof-scons.patch of Package lprof
--- SConstruct +++ SConstruct @@ -180,8 +180,8 @@ # setup compiler flags # XXX Why isn't this CFLAGS, rather than CCFLAGS? - gdt # Why the lack of symmetry between C and CXX? -gdt -env.Append(CCFLAGS=env ['ccflags']) -env.Replace(CXXFLAGS=env ['cxxflags'] + ' -DQT_THREAD_SUPPORT') +env.Append(CCFLAGS=(env ['ccflags'], ) + ('-DQT_THREAD_SUPPORT', )) +env.Replace(CXXFLAGS=(env ['cxxflags'], ) + ('-DQT_THREAD_SUPPORT', )) # check system to make sure everything needed is available # begin configuration section
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