From cc9bcb64a07531ade4f8345468f8697f0e211bd7 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 1 Apr 2026 05:43:27 +0700 Subject: [PATCH] Update scripts for php and pkg-config --- recipes/dev/php84/recipe.toml | 3 +-- recipes/dev/pkg-config/recipe.toml | 8 +------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/recipes/dev/php84/recipe.toml b/recipes/dev/php84/recipe.toml index 7144de029..21ca76e41 100644 --- a/recipes/dev/php84/recipe.toml +++ b/recipes/dev/php84/recipe.toml @@ -26,8 +26,7 @@ dependencies = [ "libzip", "ncursesw", "nghttp2", - "openssl1", - "openssl3", # put this after openssl1 + "openssl3", "pcre", "sqlite3", "xz", diff --git a/recipes/dev/pkg-config/recipe.toml b/recipes/dev/pkg-config/recipe.toml index 0560e2dac..68fd460c5 100644 --- a/recipes/dev/pkg-config/recipe.toml +++ b/recipes/dev/pkg-config/recipe.toml @@ -9,11 +9,5 @@ GNU_CONFIG_GET config.sub dependencies = [ "gettext", "glib", - "libiconv", - "pcre2", ] -template = "custom" -script = """ -DYNAMIC_INIT -cookbook_configure -""" +template = "configure"