mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
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>
This commit is contained in:
@@ -9,8 +9,6 @@ lib/libanl-2.32.so
|
||||
lib/libanl.so.1
|
||||
lib/libc-2.32.so
|
||||
lib/libc.so.6
|
||||
lib/libcrypt-2.32.so
|
||||
lib/libcrypt.so.1
|
||||
lib/libdl-2.32.so
|
||||
lib/libdl.so.2
|
||||
lib/libm-2.32.so
|
||||
@@ -279,7 +277,6 @@ usr/bin/locale
|
||||
#usr/include/byteswap.h
|
||||
#usr/include/complex.h
|
||||
#usr/include/cpio.h
|
||||
#usr/include/crypt.h
|
||||
#usr/include/ctype.h
|
||||
#usr/include/dirent.h
|
||||
#usr/include/dlfcn.h
|
||||
@@ -796,8 +793,6 @@ usr/lib/gconv
|
||||
#usr/lib/libc.a
|
||||
#usr/lib/libc.so
|
||||
#usr/lib/libc_nonshared.a
|
||||
#usr/lib/libcrypt.a
|
||||
#usr/lib/libcrypt.so
|
||||
#usr/lib/libdl.a
|
||||
#usr/lib/libdl.so
|
||||
#usr/lib/libg.a
|
||||
|
||||
Reference in New Issue
Block a user