Replies: 2 comments
|
@fpoirotte yes please, a welcome addition indeed, although I did notice the format of the post is suspiciously similar to #678 😆 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Following the guidance in
docs/extension-maintainers.mdto open a discussion before adding a system library.I'd like to propose adding Linux-PAM (
lib-pam) to PIE's supported system libraries.Context: I'm trying to use the PHP PAM extension. Support for PIE in being added inside the extension (see amishmm/php-pam@67578b0). The extension links pam dynamically, so being able to declare
"require": { "lib-pam": "*" }and have PIE check (and optionally auto-install) it would improve the install experience.Why it fits PIE's existing mechanism: Linux-PAM exposes a standard
pampkg-config module, so it can be detected the same way as the other supported libraries:Package names per distro:
libpam0g-devlinux-pam-devpkgconfig(pam)(provided bypam-devel)Ready branch: I have a commit ready with the pkg-config detection entry, the auto-install definitions, a passing data-provider test case, and the docs table update, and I'm happy to open a PR if this is welcome:
fpoirotte@ddc8bce
Would this addition be welcome?
All reactions