Skip to content

Commit

Permalink
Merge branch 'fix-libgcc_s'
Browse files Browse the repository at this point in the history
  • Loading branch information
grazzolini committed Apr 10, 2021
2 parents e2d1ded + 3f26fbd commit 07f8415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions initcpio/install/encryptssh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ build() {

add_binary "/usr/share/mkinitcpio-utils/utils/shells/cryptsetup_shell" "/bin/cryptsetup_shell"

# cryptsetup calls pthread_create(), which dlopen()s libgcc_s.so.1
add_binary "/usr/lib/libgcc_s.so.1"

make_etc_passwd

add_runscript
Expand Down

0 comments on commit 07f8415

Please sign in to comment.