[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Lzip patch for kmod-25
From: |
Matias Fonzo |
Subject: |
Re: [Lzip-bug] Lzip patch for kmod-25 |
Date: |
Wed, 18 Apr 2018 20:39:29 -0300 |
Super cool. I can test it in a moment under Dragora.
On Thu, 19 Apr 2018 01:30:09 +0200
Antonio Diaz Diaz <address@hidden> wrote:
> Attached you may find a patch implementing lzip decompression support
> for kmod-25.
>
> It requires lzlib to compile http://www.nongnu.org/lzip/lzlib.html
>
> I needed to pass the following options to configure:
> ./configure --with-lzlib lzlib_LIBS=-llz lzlib_CFLAGS=-llz
>
> I have not tested it because my kernel does not support modules:
>
> $ ./tools/lsmod
> libkmod: kmod_module_new_from_loaded: could not open /proc/modules:
> No such file or directory
> Error: could not get list of modules: No such file or directory
>
> Please, test the patch and report any problems.
>
>
> Best regards,
> Antonio.