Update recipes

This commit is contained in:
Ribbon 2024-06-11 21:08:23 +00:00
parent 65c73dfccc
commit 0e40d95567
5 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/trailofbits/necessist"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO openssl-sys crate error
[source]
git = "https://github.com/XaF/omni"
[build]

View File

@ -1,5 +1,5 @@
#TODO build instructions - https://github.com/openjdk/jdk17u/blob/master/doc/building.md
#TODO not compiled or tested
#TODO add supported autoconf options
[source]
git = "https://github.com/openjdk/jdk17u"
rev = "b78a848cc7ae5787d9ec9ea0ce843cd63b06efec"
@ -9,6 +9,7 @@ dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)

View File

@ -9,6 +9,7 @@ dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)

View File

@ -3,3 +3,6 @@
git = "https://github.com/panamax-rs/panamax"
[build]
template = "cargo"
dependencies = [
"openssl1",
]