-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
new package: libelf-minimal #22668
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
new package: libelf-minimal #22668
Conversation
This is a minimalistic libelf from here: https://github.com/arachsys/libelf It is an actively maintained rip-off from elfutils, called Freestanding libelf. On Termux it sufficiently reduces build time and the amount of packages, because full elfutils builds debuginfod, which gets in curl, libnghttp3, libsqlite, libsqlite-tcl and many more. libsqlite-tcl brings in the GUI libs! (libxau, libxrender) libelf-minimal package resolves this mess.
|
This is just something to consider. I suppose the problem can be solved |
|
Software distributions do not provide random forks. |
|
I realize that, so it might be an However please note that the current So if you don't want the fork, it may |
|
So I can try to achieve the same goal |
libelf package only contains the libelf shared library. The related programs are already in separate sub-packages. |
This is true. |
Pass |
|
The flag is already there, but I |
Packages are being updated frequently. Do
Correct. We do not keep old versions of packages because of server maintenance and storage costs.
It should be solved this way. |
|
It actually did, thanks.
Could save me some time, if this |
|
One thing to note additionally is that on top of the storage and maintenance demands that keeping multiple versions would impose we don't don't have the capacity to test compatibility between several different package and dependency versions and having to do so would exponentially increase the amount of package breakages or slow package updates down substantially. |
|
I hope the only way to get into |
This is a minimalistic libelf from here:
https://github.com/arachsys/libelf
It is an actively maintained rip-off from elfutils, called Freestanding libelf.
On Termux it sufficiently reduces build time and the amount of packages, because full elfutils builds debuginfod, which gets in curl, libnghttp3, libsqlite, libsqlite-tcl and many more. libsqlite-tcl brings in the GUI libs! (libxau, libxrender)
libelf-minimal package resolves this mess.