mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Fix libsodium compilation
This commit is contained in:
parent
6990b98d1a
commit
3ad8ddf69e
@ -1,7 +1,14 @@
|
||||
[source]
|
||||
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
|
||||
blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7"
|
||||
script = "./autogen.sh"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user