Age | Commit message (Collapse) | Author |
|
Signed-off-by: Peter Jung <admin@ptr1337.dev>
|
|
Signed-off-by: Peter Jung <admin@ptr1337.dev>
|
|
PKGBUILD more closely + added latest kernel as an dependency, this is my first PKGBUILD so please tell me if you find any mistakes
|
|
Fix using glibc on systems with older kernels than the built one; for
mysterious reasons, core/glibc dropped the --enable-kernel option a
while back and it's been re-added. This argument describes the oldest
kernel that the glibc build desires to support, and core/glibc uses 4.4
which is pretty reasonable.
|
|
Remove workaround for electron 2.x and broken lld. Originally reported
in mid-2018, this old version of electron is long since unsupported and
most applications have surely moved onto electron 3+.
sync optdepends with core/glibc
|
|
... and also remove libcrypt.so since that was removed in glibc -2
|
|
drop patch for bug that is fixed upstream
sync with core/glibc for libxcrypt split
|
|
rebase patches to apply cleanly
|
|
update patches to continue to apply on master
|
|
refresh patch so it still applies
|
|
refresh patches
|
|
refresh patch
|
|
add python makedepends for new buildsystem changes
rebase patch once again
|
|
rebase patch on top of upstream changes
|
|
rm patch, fix is merged upstream
|
|
properly fix the breaking commit after discussion with commit author; fix
is being discussed on libc-alpha
|
|
revert breaking commit
|
|
merge upstream changes to core/glibc
work around electron apps being badly broken
|
|
be slightly more elegant in !strip handling
|
|
minor cleanup, disable nsl/rpc in accordance with core package. This is
tied to the testing repositories which split out libnsl into a separate
package.
|
|
updated locale-gen from earnestly
|
|
Add patch corresponding to [core] changes.
New locale-gen allows optionally listing a charset inside the flag file.
|
|
This was originally authored by Earnestly, and has a very cool approach
to locale-gen. ;)
|