Created attachment 347580 [details] Build with $RPM_OPT_FLAGS Fix attached, see bug 496968 for more info.
Does this patch not *remove* optflags? Am I misreading it?
Yes, you're misreading it :). But it's a tough one to read as it patches a patch. Anyway, the end result is that before applying the patch I submitted, ContextFreeSource2.2/Makefile ends up having: +CPPFLAGS += $(OPTFLAGS) ...(yes, there's a stray + at the beginning of line), and after my patch: CPPFLAGS += $(OPTFLAGS)
Gotcha. Committed and built. Thanks!
Unfortunately the 2.2-2 Rawhide build was bitten by bug 505774: http://kojipkgs.fedoraproject.org/packages/cfdg/2.2/2.fc12/data/logs/x86_64/build.log A simple bump and rebuild should fix it.
Bah. Done. Thanks!