[PECL-CVS] [pecl-networking-uuid] master: Add `with-uuid` configure option for PIE

[email protected] (Michael Babker via Remi Collet) Wed, 3 Jun 2026 13:40:31 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Michael Babker (mbabker)
Committer: Remi Collet (remicollet)
Date: 2026-06-03T15:39:41+02:00

Commit: https://github.com/php/pecl-networking-uuid/commit/5fa747c4aac268e6374d89a4db6ec5b63fd82cd0
Raw diff: https://github.com/php/pecl-networking-uuid/commit/5fa747c4aac268e6374d89a4db6ec5b63fd82cd0.diff

Add `with-uuid` configure option for PIE

Changed paths:
  M  composer.json


Diff:

diff --git a/composer.json b/composer.json
index 60737a8..62aa630 100644
--- a/composer.json
+++ b/composer.json
@@ -8,6 +8,12 @@
     },
     "php-ext": {
         "extension-name": "uuid",
-        "configure-options": []
+        "configure-options": [
+            {
+                "name": "with-uuid",
+                "description": "libuuid installation prefix",
+                "needs-value": true
+            },
+        ]
     }
 }