90multipath: Install libgcc_s library
multipathd is using pthreads, which require libgcc_s for pthread_cancel to work. Without it multipathd might crash with SIGABRT. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Thomas Renninger <trenn@suse.de>master
parent
26d14fb3d3
commit
cf864c1b80
|
@ -87,6 +87,7 @@ install() {
|
|||
inst $(command -v partx) /sbin/partx
|
||||
|
||||
inst_libdir_file "libmultipath*" "multipath/*"
|
||||
inst_libdir_file 'libgcc_s.so*'
|
||||
|
||||
if dracut_module_included "systemd"; then
|
||||
inst_multiple \
|
||||
|
|
Loading…
Reference in New Issue