Merge branch 'refactor' into libargon2-support

This commit is contained in:
Marcel Pociot
2023-06-02 22:47:47 +02:00
23 changed files with 206 additions and 84 deletions

View File

@@ -165,7 +165,14 @@
"mongodb": {
"type": "external",
"source": "mongodb",
"arg-type": "custom"
"arg-type": "custom",
"lib-depends": [
"zstd"
],
"lib-suggests": [
"icu",
"openssl"
]
},
"mysqli": {
"type": "builtin",
@@ -428,4 +435,4 @@
"zstd"
]
}
}
}