-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I'm trying to install Alien::Base::Wrapper in flatpak-builder as I need it for BBC's get_iplayer inside the Parabolic Flatpak build.
All the Perl modules I need to bundle inside I install with the following instructions:
perl Makefile.PL PREFIX=/app LIB=/app/lib
make
make install
Inside a Flatpak build, instead of /usr, the build uses /app because /usr is read-only. 😉
And that works for all the Perl modules I'm adding, so far:
perl-HTML-Entities
perl-HTTP-Cookies
perl-HTTP-Date
perl-HTTP-Headers
perl-Clone
perl-LWP-ConnCache
perl-URI
perl-Try-Tiny
perl-File-Which
perl-Alien-Base-Wrapper
However, I also need to bundle perl-XML-LibXML, and that requires Alien::Base::Wrapper to build, which I can't build yet. 😞
And this is why I'm opening this issue. 😄
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels