1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/contrib
vimproved 24554082bd
contrib: dracut: Conditionalize copying of libgcc_s.so.1 to glibc only
The issue that this is designed to work around is only applicable to
glibc, since it's caused by glibc's pthread_cancel() implementation
using dlopen on libgcc_s.so.1 (and therefor not triggering dracut to
include it in the initramfs). This commit adds an extra condition to the
workaround that tests for glibc via "ldconfig -p | grep -qF 'libc.so.6'"
(which should only be present on glibc systems).

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes #14992
2023-06-29 12:54:37 -07:00
..
bash_completion.d
bpftrace
coverity
debian Add missing files to Debian DKMS package 2023-05-25 16:10:54 -07:00
dracut contrib: dracut: Conditionalize copying of libgcc_s.so.1 to glibc only 2023-06-29 12:54:37 -07:00
initramfs Revert "initramfs: use mount.zfs instead of mount" 2023-05-31 16:58:41 -07:00
intel_qat
pam_zfs_key PAM: support password changes even when not mounted 2023-05-31 17:01:11 -07:00
pyzfs Better handling for future crypto parameters 2023-03-07 14:05:14 -08:00
zcp
Makefile.am