You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musl 1.2.2 introduced reallocarray(), which appears to be used by
at least OpenSSL.
This poses problems for Linux distributions not running musl 1.2.2, such
as Debian Bullseye (and earlier of course).
Because we want our Python distributions to be relinkable on as
many machines as possible, this commit removes reallocarray() from
our musl build. This should hopefully enable Linux distros running
an older musl to link our Python distributions.
This is related to indygreg/PyOxidizer#392.
0 commit comments