Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=456190 --- Comment #36 from Andrea Musuruane <musuruan@xxxxxxxxx> 2009-03-17 05:47:18 EDT --- (In reply to comment #33) > Andrea, do you happen to have an example of RPM_OPT flag? I cant find any > reference how to use this, even from the kernel spec file. Here you can find an introduction about CFLAGS: http://en.wikipedia.org/wiki/CFLAGS Fedora guidelines say that CFLAGS (or CXXFLAGS for C++ applications) must honor the applicable compiler flags set in the system rpm configuration. In practice, this means that $RPM_OPT_FLAGS or %{optflags} (they are the same) must be the basis of the CFLAGS/CXXFLAGS actually used by the compiler during the package build. You can see the value of this macro with: rpm --eval %{optflags} You can see in the build process if these flags are used or not (now they are not). Hope this helps. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review