Hi, On 22.10.2015 21:57, Scott Kitterman wrote: > Can you look at 0.99 rc1 for Experimental?
I've imported 0.99~rc1 now into experimental. Unfortunately upstream started using fts.h, which is incompatible with Large File Support [1]: /* The fts interface is incompatible with the LFS interface which transparently uses the 64-bit file access functions. */ #ifdef __USE_FILE_OFFSET64 # error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64" #endif Thus I had to disable LFS. But since libmspack is compiled with LFS and this is part of the ABI, we can't use the system libmspack anymore... :( I can't think of a good solution for this problem. Best regards, Andreas 1: https://sources.debian.net/src/glibc/2.19-22/io/fts.h/?hl=41#L38 _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
