From e9a9a7f510c944080576bdb347c7b44301499243 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 17:39:17 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/libs/cairomm-1.16+/recipe.toml | 2 ++
 recipes/wip/libs/wolfssl5/recipe.toml      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml
index d0c90e71d..7fcebbf3b 100644
--- a/recipes/wip/libs/cairomm-1.16+/recipe.toml
+++ b/recipes/wip/libs/cairomm-1.16+/recipe.toml
@@ -7,6 +7,8 @@ dependencies = [
     "cairo",
 ]
 script = """
+rsync -av --delete "${COOKBOOK_SOURCE}/" ./
 ./autogen.sh
+COOKBOOK_CONFIGURE="./configure"
 cookbook_configure
 """
diff --git a/recipes/wip/libs/wolfssl5/recipe.toml b/recipes/wip/libs/wolfssl5/recipe.toml
index 028670df9..d4c4afad4 100644
--- a/recipes/wip/libs/wolfssl5/recipe.toml
+++ b/recipes/wip/libs/wolfssl5/recipe.toml
@@ -5,6 +5,8 @@ rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
 [build]
 template = "custom"
 script = """
+rsync -av --delete "${COOKBOOK_SOURCE}/" ./
 ./autogen.sh
+COOKBOOK_CONFIGURE="./configure"
 cookbook_configure
 """
-- 
GitLab