diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml
index d0c90e71d303d876a5e8707a4be63703bb6f7831..7fcebbf3b22e0f00b9687cb2702616ba670b6b36 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 028670df93dc1af81b7a93b4114ff2766cb3d041..d4c4afad4eac5219c06e17a29bdbf92a38a20f4e 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
 """