From 9e0788f28fa8ec2b428b6c778155979289651629 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2026 15:48:21 +0200 Subject: fix build options --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97818cc..cfaa1c5 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,15 @@ "php-ext": { "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 } ] } -- cgit