Closed Kajanos closed 8 years ago
Does anyone have any idea ?
I'm the maintainer and virtually the only lrzip developer and know nothing about Solaris and haven't tried to support it, sorry.
The #ifdef in rzip.c should match the #ifdef in lrzip_private.h,
--- rzip.c.orig 2015-03-10 10:13:22.000000000 +0000 +++ rzip.c @@ -772,7 +772,7 @@ static inline void init_hash_indexes(str st->hash_index[i] = ((random() << 16) ^ random()); }
-#if defined(APPLE) || defined(FreeBSD) +#if !defined(__linux)
static inline void fake_mremap(void old_address, size_t old_size, size_t new_size, int flags UNUSED)
I have a problem with compiling lrzip on Solaris 11.