Skip to content
Snippets Groups Projects
Verified Commit 098bc5ce authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Make progress on gnutls3

parent 894a3cf9
No related branches found
No related tags found
No related merge requests found
#TODO Weird compilation error with satisfied dependency #TODO: needs sendmsg
[source] [source]
tar = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz" tar = "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.10.tar.xz"
blake3 = "edcd8a505867226722ae50e0e9bb2bf57a1f38b5674a3028e26f69d2d61957e6"
[build] [build]
template = "configure" template = "custom"
dependencies = [ dependencies = [
"libgmp", "libgmp",
"libnettle", "libnettle",
] ]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-included-libtasn1
--with-included-unistring
--without-p11-kit
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment