adjust config order

This commit is contained in:
crazywhalecc 2023-09-23 14:09:51 +08:00 committed by Jerry Ma
parent 68d176ad26
commit fe39aecd72
3 changed files with 18 additions and 13 deletions

View File

@ -158,14 +158,11 @@
"ldap"
],
"lib-suggests": [
"openssl",
"zlib",
"gmp",
"libsodium"
],
"ext-suggests": [
"openssl",
"zlib"
"openssl"
]
},
"mbregex": {
@ -239,6 +236,9 @@
"arg-type": "with",
"lib-depends": [
"openssl"
],
"ext-depends": [
"zlib"
]
},
"pcntl": {

View File

@ -144,6 +144,11 @@
"static-libs-unix": [
"liblber.a",
"libldap.a"
],
"lib-suggests": [
"openssl",
"gmp",
"libsodium"
]
},
"libavif": {

View File

@ -42,15 +42,6 @@
"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": {
"type": "url",
"url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
@ -162,6 +153,15 @@
"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": {
"type": "ghtar",
"repo": "AOMediaCodec/libavif",