summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-16 12:50:43 +0200
committerRemi Collet <remi@php.net>2026-04-16 12:50:43 +0200
commit963bdd3b8dc7fd4471c51f5531fc3e4c43fa7258 (patch)
treeccad32057f63e8c5286c346bbd0602c7d1341a2e
parent3abf1f3abbd68a6c0cda07c50a19b93e655744da (diff)
add option in composer.json
-rw-r--r--composer.json7
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)"
+ }
+ ]
}
}