mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-04-30 22:41:07 +08:00
liblz4: update to 1.9.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d50366c2c9
commit
dc061fdafc
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lz4
|
||||
PKG_VERSION:=1.9.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=1.9.4
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1
|
||||
PKG_HASH:=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
|
||||
|
||||
PKG_MAINTAINER:=Darik Horn <dajhorn@vanadac.com>
|
||||
|
||||
@ -65,12 +65,12 @@ define Package/lz4/description
|
||||
endef
|
||||
|
||||
MESON_ARGS += \
|
||||
-Ddebug_level=0 \
|
||||
-Dbacktrace=false \
|
||||
-Dbin_programs=$(if $(CONFIG_PACKAGE_lz4),true,false) \
|
||||
-Dbin_tests=false \
|
||||
-Dbin_contrib=false \
|
||||
-Dbin_examples=false \
|
||||
-Ddebug-level=0 \
|
||||
-Dunstable=false \
|
||||
-Dprograms=$(if $(CONFIG_PACKAGE_lz4),true,false) \
|
||||
-Dtests=false \
|
||||
-Dcontrib=false \
|
||||
-Dexamples=false \
|
||||
-Db_lto=false
|
||||
|
||||
ifeq ($(CONFIG_LZ4_OPTIMIZE_SPEED),y)
|
||||
|
Loading…
Reference in New Issue
Block a user