Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to reuse an installed module or patch the one to be installed? #285

Open
x-yuri opened this issue Apr 3, 2023 · 0 comments
Open

Comments

@x-yuri
Copy link

x-yuri commented Apr 3, 2023

I'm trying to make use of PerlIO::eol under Alpine Linux (docker), but the way it is now, it doesn't work. However, there's a workaround: build it with OPTIMIZE => '-O0'. So I have two ideas in mind:

  • Install PerlIO::eol before installing the rest of the packages (e.g. Video::Subtitle::SRT which depends on PerlIO::eol) with carton. And make carton not install its own copy of PerlIO::eol, which otherwise overrides the installed package.
  • Make carton build PerlIO::eol with OPTIMIZE => '-O0'.

Is any of this possible? Any other ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant