Ticket #1516 (closed patch: fixed)
qgis 1.0.0 does not build with CXXFLAGS="-Werror=format-security"
Description
-Werror=format-security is used to detect format string of functions like printf(), QDebug(), to ensure that the format string is plain string rather than unknown variable. So Mandriva enables it by default in 2009.1.
There are some insecure format strings in qgis, which will report errors when using such a compiler flag.
Please consider merging this patch: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/qgis/current/SOURCES/qgis_1.0.0-fix-str-fmt.patch
Change History
Note: See
TracTickets for help on using
tickets.