]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
fix: move ldconfig after library workaround
authorAlexander Tsoy <alexander@tsoy.me>
Thu, 17 Dec 2020 21:01:32 +0000 (00:01 +0300)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 8 Feb 2021 21:44:32 +0000 (22:44 +0100)
commit6eff0ebcf85680f0841dfcf2d97ddb1a4a746cc2
tree442b8722f568cae4b2bab4f4b1e14e49021ef51d
parent07c671cc51efcdffce90a90c2d9fd2af7bc0012a
fix: move ldconfig after library workaround

Commit de3cb0e3214c moved libpthread workaround after the code that runs
ldconfig. As a result, if installed in a non-default path, libgcc_s.so.1
could not be found by dynamic linker.
dracut.sh