mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Port valkey
This commit is contained in:
parent
257c1cf3b3
commit
9c1d20d27b
@ -1,6 +1,19 @@
|
||||
#TODO Missing script for "make", see https://github.com/valkey-io/valkey#building-valkey
|
||||
#TODO Compiling, server crashes in page fault
|
||||
[source]
|
||||
git = "https://github.com/valkey-io/valkey"
|
||||
rev = "26388270f197bce84817eea0a73d687d58442654"
|
||||
rev = "a47e8fa1505578d78cef5c5e11da0972c3dae560" # 8.1.3
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1"
|
||||
]
|
||||
|
||||
script = """
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}"/* ./
|
||||
${COOKBOOK_MAKE} MALLOC=libc BUILD_TLS=yes \
|
||||
WARN="-Wall -W -Wno-missing-field-initializers" \
|
||||
WARNINGS="-Wall -W -Wno-missing-field-initializers" \
|
||||
AR="${TARGET}-gcc-ar"
|
||||
${COOKBOOK_MAKE} install PREFIX="${COOKBOOK_STAGE}"/usr
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user