about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-02-21 18:25:14 +0100
committerJuan RP <xtraeme@gmail.com>2015-02-21 18:25:14 +0100
commit69bcb88aa1d5771a463b524f7f6385ad3575a7dc (patch)
tree50ec7197363a022c2fb4f4b0701e2153b5daf619 /mklive.sh.in
parent77da56c24aa82d172550bb8f9110102db5eb7fd8 (diff)
downloadhrmpf-69bcb88aa1d5771a463b524f7f6385ad3575a7dc.tar.gz
hrmpf-69bcb88aa1d5771a463b524f7f6385ad3575a7dc.tar.xz
hrmpf-69bcb88aa1d5771a463b524f7f6385ad3575a7dc.zip
mklive: add libgcc to required pkgs; glibc's pthread_cancel needs it :/
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 01131b9..95c39e4 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -28,7 +28,7 @@
 #-
 trap "error_out $LINENO $?" INT TERM 0
 
-readonly REQUIRED_PKGS="base-files dash coreutils sed tar gawk syslinux grub-x86_64-efi squashfs-tools xorriso"
+readonly REQUIRED_PKGS="base-files libgcc dash coreutils sed tar gawk syslinux grub-x86_64-efi squashfs-tools xorriso"
 readonly INITRAMFS_PKGS="binutils xz device-mapper"
 readonly PROGNAME=$(basename $0)