diff --git a/templates/libarchive/template b/templates/libarchive/template index 89dbeb6a46e..18308ce9d89 100644 --- a/templates/libarchive/template +++ b/templates/libarchive/template @@ -15,5 +15,5 @@ long_desc=" shar archives and read ISO9660 CDROM images and ZIP archives." base_chroot=yes -build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3" +build_depends="gzip-1.3.12 bzip2-1.0.5 zlib-1.2.3 lzma-utils-4.32.7" run_depends="glibc-2.8 $build_depends" diff --git a/templates/lzma-utils/template b/templates/lzma-utils/template index 73079e38b6b..2d26779fb31 100644 --- a/templates/lzma-utils/template +++ b/templates/lzma-utils/template @@ -12,4 +12,5 @@ long_desc=" They aim to have an interface very similar to the well known gzip and bzip2 utilities." -build_depends="libtool-2.2.6a" +base_chroot=yes +run_depends="glibc-2.8"