HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #780298
Avoid rebuilding everything when network capstring changes
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Most source files are not affected by network capstring, but as it's part of fc_config.h, its change causes everything to get rebuild. That's an annoyance especially when juggling between patches that change it.
At meson based build it's going to separate header. Do the same in autotools based build, and include that header only where needed.
History
#1
Updated by Marko Lindqvist almost 4 years ago
- File 0009-autotools-Generate-version_gen.h-for-network-capstr.patch 0009-autotools-Generate-version_gen.h-for-network-capstr.patch added
- Status changed from New to Resolved
#2
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist