"Roberto C. Sanchez" <[email protected]> writes: > Package: slapd > Version: 2.4.23-2 > Severity: normal
> The slapd package ships many .la files that that express a dependency on > /usr/lib/libsasl2.la. Please either clear the dependencies or stop > shipping the .la files (c.f. Policy 10.2) so that cyrus-sasl2 can do the > same and also be policy compliant. In this particular case, removing libsasl2.la from the dependencies in the *.la files is probably the right thing to do. We can probably just empty the dependency_libs variable. We include the *.la files for the modules intentionally since upstream documentation sometimes says to reference the *.la file for module loads. (This is Policy-compliant; there's an exception in Policy for anything that isn't a public shared library.) -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

