Update scripts for php and pkg-config

This commit is contained in:
Wildan M 2026-04-01 05:43:27 +07:00
parent 9c700d9335
commit cc9bcb64a0
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
2 changed files with 2 additions and 9 deletions

View File

@ -26,8 +26,7 @@ dependencies = [
"libzip",
"ncursesw",
"nghttp2",
"openssl1",
"openssl3", # put this after openssl1
"openssl3",
"pcre",
"sqlite3",
"xz",

View File

@ -9,11 +9,5 @@ GNU_CONFIG_GET config.sub
dependencies = [
"gettext",
"glib",
"libiconv",
"pcre2",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""
template = "configure"