diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 12:50:43 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 12:50:43 +0200 |
| commit | 963bdd3b8dc7fd4471c51f5531fc3e4c43fa7258 (patch) | |
| tree | ccad32057f63e8c5286c346bbd0602c7d1341a2e | |
| parent | 3abf1f3abbd68a6c0cda07c50a19b93e655744da (diff) | |
add option in composer.json
| -rw-r--r-- | composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b2f280d..97818cc 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,11 @@ }, "php-ext": { "extension-name": "xpass", - "configure-options": [] + "configure-options": [ + { + "name": "with-xpass-dlopen", + "description": "dlopen libcrypt library at runtime (workaround for MUSL)" + } + ] } } |
