On 2022-12-12 22:45:57 [-0500], Scott Kitterman wrote: > > That doesn't sound too bad. I'll see if I can find some time to work on the > split, but probably not until Wednesday or Friday.
So I managed to tell cmake to use the tfm library instead of the bundled code and the testsuite fails now but I think this is due to the limit in "our" libtfm. I noticed libclammspack/libclammspack.so which appears to be the libmspack and I hope that this is a typo somewhere and we can exclude the bundled library. Then I had to throw up a little. It might me be nothing and I'm just stupid and don't know things but there is a lot of rust code in libclamav_rust/.cargo/vendor/ and it appears to me that they bundled a bunch of rust libraries. It *might* be enough to just install librust-jpeg-decoder-dev as dependency and then libclamav_rust/.cargo/vendor/jpeg-decoder will be ignored but I just wanted point that out. I don't have any rust skills at this time. > Scott K Sebastian