]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - make.sh
glibc: Disable libcrypt and ship libxcrypt instead
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Feb 2021 14:51:26 +0000 (09:51 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Feb 2021 18:43:05 +0000 (18:43 +0000)
commitcf6c8e67fbbcbd465748055992d4c0af83697884
tree2b83739498250ac09f40d149d7843b20e99f42ce
parent83e6fa56a56e729390b50b6a339df40b2e365440
glibc: Disable libcrypt and ship libxcrypt instead

libcrypt is deprecated in glibc, and is now explicitely disabled.

Instead we ship libxcrypt which is an alternative implemenation and can be used as a drop-in replacement.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/aarch64/glibc
config/rootfiles/common/armv5tel/glibc
config/rootfiles/common/i586/glibc
config/rootfiles/common/libxcrypt [new file with mode: 0644]
config/rootfiles/common/x86_64/glibc
lfs/glibc
lfs/libxcrypt [new file with mode: 0644]
make.sh