2f2c309 Use %set_build_flags to set build flags

Authored and Committed by tbaeder 2 years ago
1 file changed. 6 lines added. 2 lines removed.
    Use %set_build_flags to set build flags
    
    The previous version fo the spec file was trying to append flags to e.g.
    LDFLAGS, but those are empty without doing a %set_build_flags first.
    Use %set_build_flags to populate all build flags.
    
        
file modified
+6 -2