1730b32 "-Werror=format-security" compilation option complains about the way

Authored and Committed by Vasant Hegde 10 years ago
    "-Werror=format-security" compilation option complains about the way
    we used some of the standard function (like snprintf) in our code.
    Hence modified spec file to build binary without
    "-Werror=format-security" option.
    
    Note that this is the temporary workaround to build packages.
    We should fix real issue in upstream code.
    
    Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
    
        
file modified
+9 -2