diff --git a/resources/dependencies/fedora35 b/resources/dependencies/fedora35 index 9633109..43d6745 100755 --- a/resources/dependencies/fedora35 +++ b/resources/dependencies/fedora35 @@ -54,7 +54,7 @@ pkcon -y --allow-reinstall install nasm perl-libwww-perl python2 subversion # For building source code: # ------------------------------------------------------------ -pkcon -y --allow-reinstall install gcc +pkcon -y --allow-reinstall install gcc libtool # for running the crostool script (to get mrc.bin file for t440p) pkcon -y --allow-reinstall install sharutils curl parted e2fsprogs unzip diff --git a/resources/dependencies/trisquel-10 b/resources/dependencies/trisquel-10 index f3154e8..8e918db 100755 --- a/resources/dependencies/trisquel-10 +++ b/resources/dependencies/trisquel-10 @@ -70,7 +70,7 @@ install_packages build-essential install_packages sharutils curl parted e2fsprogs unzip # to use the right software versions and links for compiling -install_packages pkg-config +install_packages libtool pkg-config # for cross-compiling ARM binaries install_packages gcc-arm-linux-gnueabi diff --git a/resources/dependencies/void b/resources/dependencies/void index 40f528c..2f5bef4 100755 --- a/resources/dependencies/void +++ b/resources/dependencies/void @@ -46,7 +46,7 @@ xbps-install -y nasm perl-LWP python subversion # For building source code: # ------------------------------------------------------------ -xbps-install -y base-devel +xbps-install -y base-devel libtool # for running the crostool script (to get mrc.bin file for t440p) xbps-install -y sharutils curl parted e2fsprogs unzip