if you can set cflags, cxxflags in a stage4 spec file, then the example spec file in /usr/share/doc/catalyst-2.0_rc12/examples/stage4_template.spec should have the same examples as in /usr/share/doc/catalyst-2.0_rc12/examples/generic_stage_template.spec
looks like cflags support in stage 4 will have to be added to catalyst first (then the example spec can be updated). 14:24 <@rocket> rajiv|work: I can tell you what you need to modify to test it in your spec if you want 14:24 <@rocket> modify stage4_target.py 14:24 <@rocket> self.valid_values.extend(["stage4/use", "stage4/packages", "stage4/root_overlay", "stage4/fsscript", \ 14:25 <@rocket> "stage4/rcadd","stage4/rcdel","chost","cflags","ldflags","cxxflags"]) 14:25 <@rocket> that should do it
Is this working for you?
fixed by rc39