libnettle: compile dynamically

This commit is contained in:
Jeremy Soller 2025-05-02 09:26:25 -06:00
parent 8ab54540b8
commit 19966264dc
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,9 +1,17 @@
[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
dependencies = [
"libgmp"
]
script = """
DYNAMIC_INIT
cookbook_configure
"""