[Bug 456190] Review Request: dosemu - dos emulator

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 17 09:47:21 UTC 2009


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 at gmail.com>  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.




More information about the Fedora-package-review mailing list