Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: merkaartor - openstreetmap editor https://bugzilla.redhat.com/show_bug.cgi?id=445151 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2008-05-18 11:14 EST ------- Your spec does not honor the rpm optflags, you can achieve this here and with qmake when you run this in %prep: sed -i 's/CONFIG += debug/CONFIG += release/' Merkaartor.pro But I do not know what needs to be done for the next release of merkaartor. You can see whether or not the optflags are honored when you look at the commandline parameters given to gcc in the build log. They have to include these: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Werror-implicit-function-declaration -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
