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" "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": {

View File

@@ -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": {

View File

@@ -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",