mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Update scripts for php and pkg-config
This commit is contained in:
parent
9c700d9335
commit
cc9bcb64a0
@ -26,8 +26,7 @@ dependencies = [
|
||||
"libzip",
|
||||
"ncursesw",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"openssl3", # put this after openssl1
|
||||
"openssl3",
|
||||
"pcre",
|
||||
"sqlite3",
|
||||
"xz",
|
||||
|
||||
@ -9,11 +9,5 @@ GNU_CONFIG_GET config.sub
|
||||
dependencies = [
|
||||
"gettext",
|
||||
"glib",
|
||||
"libiconv",
|
||||
"pcre2",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
template = "configure"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user