Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | gnu: glibc-for-bootstrap: Remove obsolete patch. | Marius Bakke | |
* gnu/packages/patches/glibc-static-nss.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[source](patches): Remove it. | |||
2021-09-06 | gnu: glibc-static: Fix static NSS support. | Ludovic Courtès | |
Support for static NSS broke in glibc 2.33, meaning that 'getpw' & co. would always fail. This patch backports the upstream fix to reinstate it. Reported by Marius Bakke. * gnu/packages/patches/glibc-static-nss.patch: New file. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap): Use it. * gnu/local.mk (dist_patch_DATA): Add it. |