liblz4: Update to 1.9.1 and switch to codeload

Simplifies the Makefile.

Remove build hacks and use CMake

Use PKG_BUILD_PARALLEL for faster compilation.

Switch to the Compression submenu to group this with the others.

Added lz4 binaries to be installable.

Add Optimization option.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-06-03 18:09:31 -07:00
parent 485382f216
commit 388d28e897
2 changed files with 63 additions and 26 deletions
+7
View File
@@ -0,0 +1,7 @@
config LZ4_OPTIMIZE_SPEED
bool "Optimize for speed"
depends on PACKAGE_liblz4
help
This enables additional optimization and
increases performance considerably at
the expense of binary size.