-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.3.0
-
Component/s: None
-
None
-bash-4.2$ ./configure --help | grep -i sasl --enable-sasl=[auto/yes/no] Use libsasl for Kerberos. SASL_CFLAGS C compiler flags for SASL, overriding pkg-config SASL_LIBS linker flags for SASL, overriding pkg-config
However, SASL_LIBS and SASL_CFLAGS are unconditionally overwritten by pkg-config if it discovers anything.
This leads to situations where pkg-config finds one lib, while I wanted to link to another.