diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 15:48:21 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 15:48:21 +0200 |
| commit | 9e0788f28fa8ec2b428b6c778155979289651629 (patch) | |
| tree | 196ae0aefe38f17a8e11e70f022b869dd3c990d7 /composer.json | |
| parent | 7cab7f796cfae5e15db38e90b24974c9d91b623c (diff) | |
fix build options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 97818cc..cfaa1c5 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,14 @@ "extension-name": "xpass", "configure-options": [ { + "name": "enable-xpass", + "description": "Enable xpass support" + }, + + { "name": "with-xpass-dlopen", - "description": "dlopen libcrypt library at runtime (workaround for MUSL)" + "description": "dlopen libcrypt library at runtime (workaround for MUSL)", + "needs-value": true } ] } |
