diff options
Diffstat (limited to '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)" + } + ] } } |
