From 0ad568d677196ba859c5d299cb8bca18bd158418 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 23 Aug 2022 13:17:45 -0600
Subject: [PATCH] Use correct gcc for openssl

---
 recipes/openssl/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/openssl/recipe.toml b/recipes/openssl/recipe.toml
index 5b59968af..9220b1ac2 100644
--- a/recipes/openssl/recipe.toml
+++ b/recipes/openssl/recipe.toml
@@ -13,6 +13,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
     "redox-${ARCH}"
     --prefix="/"
 )
+export CC="${TARGET}-gcc"
 cookbook_configure
 rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
 """
-- 
GitLab