mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
bump(main/redis): 8.4.0
This commit is contained in:
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://redis.io/
|
||||
TERMUX_PKG_DESCRIPTION="In-memory data structure store used as a database, cache and message broker"
|
||||
TERMUX_PKG_LICENSE="AGPL-V3"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="1:8.2.3"
|
||||
TERMUX_PKG_VERSION="1:8.4.0"
|
||||
TERMUX_PKG_SRCURL=https://download.redis.io/releases/redis-${TERMUX_PKG_VERSION:2}.tar.gz
|
||||
TERMUX_PKG_SHA256=d88f2361fdf3a3a8668fe5753e29915566109dca07b4cb036427ea6dc7783671
|
||||
TERMUX_PKG_SHA256=ca909aa15252f2ecb3a048cd086469827d636bf8334f50bb94d03fba4bfc56e8
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="libandroid-execinfo, libandroid-glob"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
12
packages/redis/tests-modules-Makefile.patch
Normal file
12
packages/redis/tests-modules-Makefile.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/tests/modules/Makefile
|
||||
+++ b/tests/modules/Makefile
|
||||
@@ -29,8 +29,7 @@
|
||||
# tough we want to keep the compiler as clang as MSan is not supported for gcc
|
||||
ifeq ($(uname_S),Linux)
|
||||
ifneq ($(SANITIZER),memory)
|
||||
- LD = gcc
|
||||
- CC = gcc
|
||||
+ LD = $(CC)
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user