From 963bdd3b8dc7fd4471c51f5531fc3e4c43fa7258 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2026 12:50:43 +0200 Subject: add option in composer.json --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)" + } + ] } } -- cgit