Package: centerim Version: 4.22.1-1 Severity: normal I am trying to get rid of the old liblzo1 library, replacing it with liblzo2. Your package is actually linked with both, which can't be good in any case.
AFAICT, nothing in your package actually uses liblzo, it's only the configure scripts that insist on it. I suspect that this is some broken idea to have the dependent libraries have their dependencies satisfied. libgnutls comes to mind. This is pretty useless. I suggest that you try to remove the relevant parts from the configure scripts and do away with the liblzo business altogether. I tried building your package with LDFLAGS=-Wl,--as-needed, which removed a great deal of redundant library dependencies, including both versions liblzo, so I recommend that in any case. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

