tstellar / rpms / openldap

Forked from rpms/openldap 3 years ago
Clone

cd7bdcf fix: openldap does not use Fedora build flags

Authored and Committed by Matúš Honěk 6 years ago
    fix: openldap does not use Fedora build flags
    
    - %configure introduces the correct flags, however we need* to set our
      custom CFLAGS before the actual run of ./configure, thus we request
      the flags explicitly using %set_build_flags
    - dropping %{optflags} which is just a legacy version of
      %{build_cflags} which is already included in $set_build_flags set
    
    * ./configure plays with the flags, hence customizing the CFLAGS after
      %configure does not have a desired effect
    
    Resolves: #1548676
    
        
file modified
+7 -9