K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-09-01T15:17:07.366873Z K 7 svn:log V 293 Fix mysterious linking problems with bundled LZ4 code: it was due to the fact that I had `archivers/liblz4' installed locally, and its header was picked up before the bundled one which has "static inline" definition of LZ4_compressBound() function vs. normal definition in system-wide header. END