xiaoyin0208 / lz4

Automatically exported from code.google.com/p/lz4
0 stars 0 forks source link

patch: install lz4c, required for LZ4 compression of the linux kernel #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compiling the linux kernel configured with LZ4 compression requires lz4c. [1, 2]

The attached patch modifies the Makefile to install/uninstall the lz4c binary.

[1] 
https://github.com/torvalds/linux/commit/e76e1fdfa8f8dc1ea6699923cf5d92b5bee9c93
6 (see line 316)
[2] https://lkml.org/lkml/2013/7/12/57

Original issue reported on code.google.com by Jorge.Ap...@gmail.com on 11 Oct 2013 at 3:33

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Jorge. Pretty clean contribution, as usual.

Original comment by yann.col...@gmail.com on 12 Oct 2013 at 2:44

GoogleCodeExporter commented 8 years ago
The following attached file
is a proposed release candidate of lz4
which integrates your contribution.

If no problem is found, if will be published in the next few days.

Rgds

Original comment by yann.col...@gmail.com on 15 Oct 2013 at 11:26

Attachments:

GoogleCodeExporter commented 8 years ago
Integrated into r107

Original comment by yann.col...@gmail.com on 21 Oct 2013 at 8:08