mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 14:01:42 +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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lz4
|
PKG_NAME:=lz4
|
||||||
PKG_VERSION:=1.9.3
|
PKG_VERSION:=1.9.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
|
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>
|
PKG_MAINTAINER:=Darik Horn <dajhorn@vanadac.com>
|
||||||
|
|
||||||
@ -65,12 +65,12 @@ define Package/lz4/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Ddebug_level=0 \
|
-Ddebug-level=0 \
|
||||||
-Dbacktrace=false \
|
-Dunstable=false \
|
||||||
-Dbin_programs=$(if $(CONFIG_PACKAGE_lz4),true,false) \
|
-Dprograms=$(if $(CONFIG_PACKAGE_lz4),true,false) \
|
||||||
-Dbin_tests=false \
|
-Dtests=false \
|
||||||
-Dbin_contrib=false \
|
-Dcontrib=false \
|
||||||
-Dbin_examples=false \
|
-Dexamples=false \
|
||||||
-Db_lto=false
|
-Db_lto=false
|
||||||
|
|
||||||
ifeq ($(CONFIG_LZ4_OPTIMIZE_SPEED),y)
|
ifeq ($(CONFIG_LZ4_OPTIMIZE_SPEED),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user