diff --git a/recipes/wip/dev/necessist/recipe.toml b/recipes/wip/dev/necessist/recipe.toml index 85253706f0ce29466e41128c5a8dd07a2767fcc6..43deeb2373be51d26eba3a555abade271a055401 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 527c20a922008881e0456d2d817165d75cbd5cb9..de3529e6b4f8131dff37c897c7cbb59ff3408c47 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 0b9cd06650d7675f6b4841574b369b77b658e3c6..46b8b8b902349953b5a184b4b5e4ef3e1de07ada 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 b8ca03b222c5de23c36501b4a17e38ad8dee396c..160301304f5288c710d4f9c722aef0e90ec9366f 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 3f70016c36df62c3f9fd268f45fe53777ebaee04..501c35f49885ddbedbb39ac687c98a1dc6eaa6f9 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", +]