From 1c8c7cd13f6fab0fd879e6c5b128ff21e409f2b7 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 8 Oct 2025 22:24:13 +0700 Subject: [PATCH] Port gitui --- recipes/wip/tui/gitui/recipe.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/wip/tui/gitui/recipe.toml b/recipes/wip/tui/gitui/recipe.toml index b8019c57f..248b6792c 100644 --- a/recipes/wip/tui/gitui/recipe.toml +++ b/recipes/wip/tui/gitui/recipe.toml @@ -1,13 +1,14 @@ -#TODO openssl-sys crate error +#TODO: Page fault [source] git = "https://github.com/extrawurst/gitui" + [build] template = "custom" dependencies = [ "openssl1", ] script = """ -export OPENSSL_DIR="${COOKBOOK_SYSROOT}" -export OPENSSL_STATIC="true" +DYNAMIC_INIT +export OPENSSL_NO_VENDOR=1 cookbook_cargo """