cyrusimap / cyrus-sasl

Other
131 stars 150 forks source link

Remove redudant and non-portable PIC flag (#798) #799

Closed michael-o closed 1 year ago

michael-o commented 1 year ago

The errornously provided PIC flag "-fPIC" (to AM_CPPFLAGS) is non-portable and not required since the generated libtool script will contain the correct PIC flag for the target platform and compiler.

This fixed #798