mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by: Anhad Singh <andypython@protonmail.com>
22 lines
404 B
TOML
22 lines
404 B
TOML
[source]
|
|
tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.64.0/nghttp2-1.64.0.tar.xz"
|
|
blake3 = "1bbc08de4816769d800c42f501a00c1ba3f5efa1b76e1f65d2e5bdf3aa30354d"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--enable-lib-only
|
|
)
|
|
cookbook_configure
|
|
"""
|
|
|
|
[package]
|
|
shared-deps = ["libgcc"]
|