Skip to content

Commit 4a15eb4

Browse files
committed
Allow specification of --with-libarchive with pie
1 parent 3b1b9ae commit 4a15eb4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
},
1919
"php-ext": {
2020
"extension-name": "archive",
21-
"download-url-method": ["pre-packaged-binary", "composer-default"]
21+
"download-url-method": ["pre-packaged-binary", "composer-default"],
22+
"configure-options": [
23+
{
24+
"name": "with-libarchive",
25+
"description": "Path to libarchive installation",
26+
"needs-value": true
27+
}
28+
]
2229
}
2330
}

0 commit comments

Comments
 (0)