From 0e40d95567b31f8e21fceb089813d8e1bef49a1f Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 21:08:23 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/necessist/recipe.toml          | 2 +-
 recipes/wip/dev/omni/recipe.toml               | 2 +-
 recipes/wip/dev/openjdk17-headless/recipe.toml | 3 ++-
 recipes/wip/dev/openjdk21-headless/recipe.toml | 1 +
 recipes/wip/dev/panamax/recipe.toml            | 3 +++
 5 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/dev/necessist/recipe.toml b/recipes/wip/dev/necessist/recipe.toml
index 85253706f..43deeb237 100644
--- a/recipes/wip/dev/necessist/recipe.toml
+++ b/recipes/wip/dev/necessist/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/trailofbits/necessist"
 [build]
diff --git a/recipes/wip/dev/omni/recipe.toml b/recipes/wip/dev/omni/recipe.toml
index 527c20a92..de3529e6b 100644
--- a/recipes/wip/dev/omni/recipe.toml
+++ b/recipes/wip/dev/omni/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO openssl-sys crate error
 [source]
 git = "https://github.com/XaF/omni"
 [build]
diff --git a/recipes/wip/dev/openjdk17-headless/recipe.toml b/recipes/wip/dev/openjdk17-headless/recipe.toml
index 0b9cd0665..46b8b8b90 100644
--- a/recipes/wip/dev/openjdk17-headless/recipe.toml
+++ b/recipes/wip/dev/openjdk17-headless/recipe.toml
@@ -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
 )
diff --git a/recipes/wip/dev/openjdk21-headless/recipe.toml b/recipes/wip/dev/openjdk21-headless/recipe.toml
index b8ca03b22..160301304 100644
--- a/recipes/wip/dev/openjdk21-headless/recipe.toml
+++ b/recipes/wip/dev/openjdk21-headless/recipe.toml
@@ -9,6 +9,7 @@ dependencies = [
     "fontconfig",
 ]
 script = """
+chmod a+x configure
 COOKBOOK_CONFIGURE_FLAGS+=(
     --enable-headless-only=yes
 )
diff --git a/recipes/wip/dev/panamax/recipe.toml b/recipes/wip/dev/panamax/recipe.toml
index 3f70016c3..501c35f49 100644
--- a/recipes/wip/dev/panamax/recipe.toml
+++ b/recipes/wip/dev/panamax/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/panamax-rs/panamax"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab