mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
adjust config order
This commit is contained in:
@@ -158,14 +158,11 @@
|
|||||||
"ldap"
|
"ldap"
|
||||||
],
|
],
|
||||||
"lib-suggests": [
|
"lib-suggests": [
|
||||||
"openssl",
|
|
||||||
"zlib",
|
|
||||||
"gmp",
|
"gmp",
|
||||||
"libsodium"
|
"libsodium"
|
||||||
],
|
],
|
||||||
"ext-suggests": [
|
"ext-suggests": [
|
||||||
"openssl",
|
"openssl"
|
||||||
"zlib"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mbregex": {
|
"mbregex": {
|
||||||
@@ -239,6 +236,9 @@
|
|||||||
"arg-type": "with",
|
"arg-type": "with",
|
||||||
"lib-depends": [
|
"lib-depends": [
|
||||||
"openssl"
|
"openssl"
|
||||||
|
],
|
||||||
|
"ext-depends": [
|
||||||
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pcntl": {
|
"pcntl": {
|
||||||
|
|||||||
@@ -144,6 +144,11 @@
|
|||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
"liblber.a",
|
"liblber.a",
|
||||||
"libldap.a"
|
"libldap.a"
|
||||||
|
],
|
||||||
|
"lib-suggests": [
|
||||||
|
"openssl",
|
||||||
|
"gmp",
|
||||||
|
"libsodium"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
|
|||||||
@@ -42,15 +42,6 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ldap": {
|
|
||||||
"type": "filelist",
|
|
||||||
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
|
|
||||||
"regex": "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ext-event": {
|
"ext-event": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
|
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
|
||||||
@@ -162,6 +153,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ldap": {
|
||||||
|
"type": "filelist",
|
||||||
|
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
|
||||||
|
"regex": "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
"type": "ghtar",
|
"type": "ghtar",
|
||||||
"repo": "AOMediaCodec/libavif",
|
"repo": "AOMediaCodec/libavif",
|
||||||
|
|||||||
Reference in New Issue
Block a user